Group Production Report
This is an example dashboard created using build-in elements and components.
@csrf
Production Item Group Report
@if(!empty($finaldata)) @php $i=1; @endphp @foreach($finaldata as $data) @php $i++; @endphp @endforeach @endif
# Item Qty Rate Amount
{{$i}} @foreach($data['items'] as $itemname) {{$itemname}}
@endforeach
{{$data['item_qty']}} {{$data['item_price']}} {{$data['amount']}}
Net Total {{$net_total}}
Post Production List
@if(!empty($EmployeePostPorductionList)) @php $i=1; @endphp @foreach($EmployeePostPorductionList as $list) @php $i++; @endphp @endforeach @endif
# Voucher # Employee Name Notes Net Total Voucher Date Action
{{$i}} {{$list->voucher_number}} {{$employee_name}} {{$list->note}} {{ ($list->credit >0 ) ? $list->credit : $list->debit }} {{$list->voucher_date}}