CPB Production Data List CPB Production Data {{-- --}}
@if (is_null($cpbs) || empty($cpbs))

Currently No Information Available!

@else @if (session('message'))
× {{ session('message') }}.
@endif
@can('Creator_cpbs') @endcan @can('Editor') @endcan @can('Admin') @endcan
{{-- cpb Table goes here --}} @php $sl=0 @endphp @foreach ($cpbs as $cpb) @endforeach
Sl# Date M/c No Target(KG) Actual production(KG) Acheivement% Remarks Actions
{{ ++$sl }} {{ $cpb->date }} {{ $cpb->mc_no }} {{ $cpb->target_kg }} {{ $cpb->actual_production_kg }} {{ $cpb->acheivement }} {{ $cpb->remarks }} @can('Admin') @endcan @can('Editor') @endcan {{-- --}} @can('Admin')
@csrf @method('delete')
@endcan @can('Editor')
@csrf @method('delete')
@endcan
@endif