@if (is_null($exhaust_dyeings) || empty($exhaust_dyeings))
@else
@if (session('message'))
Currently No Information Available!
×
{{ session('message') }}.
@endif
@can('Creator_eds')
@endcan
@can('Editor')
@endcan
@can('Admin')
@endcan
{{-- exhaust_dyeing Table goes here --}}
Sl# | Date | M/c No | Target(KG) | Actual production(KG) | Acheivement% | Remarks | Actions |
---|---|---|---|---|---|---|---|
{{ ++$sl }} | {{ $exhaust_dyeing->date }} | {{ $exhaust_dyeing->mc_no }} | {{ $exhaust_dyeing->target_kg }} | {{ $exhaust_dyeing->actual_production_kg }} | {{ $exhaust_dyeing->acheivement }} | {{ $exhaust_dyeing->remarks }} |
@can('Admin')
|