@extends('layout.main') @section('main-section')

Claims Paid

@foreach ($Paid as $p) @endforeach
Entry Date Tracking ID Branch Claim Type Insured Loss No Surveyor
{{$p->created_at}} {{$p->_ReferenceNo}} {{$p->_Client}} - {{$p->_ClientBranch}} {{$p->_JobType}} {{$p->_InsuredParticipant}} {{$p->_LossBenefitNo}} {{$p->_AssignTeamMember}}
@endsection('main-section')