@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('drug_units.activate_drug_unit') }}

@include('clinical_data::drug_units.menu')
@include('flash::message')
@foreach($drug_units as $drug_unit) @endforeach
{{ __('drug_units.drug_unit_name') }} Action
{{ $drug_unit->name }} {{ Form::model($drug_unit->id ,['method' => 'POST', 'route' => ['drug_units.activate', $drug_unit->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush