@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

CLAIMS PER LBC FOR {{strtoupper($season_name)}}

@foreach ($cpls as $cpl) @endforeach
LBC TOTAL BAGS ACTUAL TONNAGE RECEIVED TOTAL CLAIM
{{$cpl['lbc_name']}} {{number_format($cpl['total_bags'],0)}} {{number_format($cpl['total_tonnage'],4)}} {{number_format($cpl['total_claim'],2)}}
TOTAL {{number_format(($cpls)->sum('total_bags'),4)}} {{number_format(($cpls)->sum('total_tonnage'),4)}} {{number_format(($cpls)->sum('total_claim'),2)}}


@endsection @section('more-scripts') @endsection