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

Claims Bill Stage

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