@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-read'))
Actions | Status | Medicine Icon | Medicine Type | Medicine Name | Composition | Numbers | Times | Period | When | Till | Morning Dose | Noon Dose | Night Dose | Remark |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-update')) @endif @if(\Illuminate\Support\Facades\Auth::user()->isAbleTo('manage_organisation-delete')) @endif |
|
{{$tabledata['medicine_type']}} | {{$tabledata['medicine_name']}} | {{$tabledata['composition']}} | {{$tabledata['numbers']}} | {{$tabledata['times']}} | {{$tabledata['period']}} | {{$tabledata['when']}} | {{$tabledata['till']}} | @if($tabledata['morning_dose']) {{$tabledata['morning_dose']}} @else 0 @endif | @if($tabledata['noon_dose']) {{$tabledata['noon_dose']}} @else 0 @endif | @if($tabledata['night_dose']) {{$tabledata['night_dose']}} @else 0 @endif | {{$tabledata['remark']}} | |
No Data Available |