@extends('layouts.main') @push('styles') @endpush @section('content')
| {{ __('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() }} |