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

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

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