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

OPERATIONS MANAGEMENT SYSTEM

CLAIMS PROCESSING @if ($request->port_id != 'ALL')    {{(optional(App\Model\port::find($request->port_id))->name)}} @if ($request->lbc_id != 'ALL')     {{optional(App\Model\lbc::find($request->lbc_id))->name}}   @endif

CLAIMS PROCESSED BETWEEN {{date("jS F, Y", strtotime($request->dfrom))}} and {{date("jS F, Y", strtotime($request->dto))}}  {{optional(App\Model\season::find($request->season_id))->name}} @endif

@if($request->lbc_id != 'All') @else @endif @php $sttp = 0; $stcp = 0; $stta = 0; $stca = 0; $sttc = 0; $stcc = 0; @endphp @foreach ($results as $result) @php $sttp = $sttp + floatval($result->TOTAL_TONNAGE_PREPAPRED); $stcp = $stcp + floatval($result->TOTAL_CLAIMS_PREPARED); $stta = $stta + floatval($result->TOTAL_TONNAGE_APPROVED); $stca = $stca + floatval($result->TOTAL_CLAIMS_APPROVED); $sttc = $sttc + floatval($result->TOTAL_TONNAGE_CERTIFIED); $stcc = $stcc + floatval($result->TOTAL_CLAIMS_CERTIFIED); @endphp @if($request->lbc_id != 'All') @else @endif @endforeach
No.Claim REFLBCTOTAL TONNAGE PREPAPRED TOTAL CLAIMS PREPARED (GH¢) TOTAL TONNAGE APPROVED TOTAL CLAIMS APPROVED (GH¢) TOTAL TONNAGE CERTIFIED TOTAL CLAIMS CERTIFIED (GH¢)
{{$loop->index + 1}}.{{$result->claim_ref}}{{$result->LBC}}{{number_format($result->TOTAL_TONNAGE_PREPAPRED,4)}} {{number_format($result->TOTAL_CLAIMS_PREPARED,2)}} {{$result->TOTAL_TONNAGE_APPROVED}} {{number_format($result->TOTAL_CLAIMS_APPROVED,2)}} {{$result->TOTAL_TONNAGE_CERTIFIED}} {{number_format($result->TOTAL_CLAIMS_CERTIFIED,2)}}
{{number_format($sttp,4)}} GH¢ {{number_format($stcp,2)}} {{number_format($stta,4)}} GH¢ {{number_format($stca,2)}} {{number_format($sttc,4)}} GH¢ {{number_format($stcc,2)}}
@endsection @section('more-scripts') @endsection