@extends('layout.main') @section('main-section')
@foreach ($unsettled as $s)
Ref. No. Description Date: {{ $assignInfo->created_at }}
Unsettled Entry Date Re-Inspection Date: {{ $s->_ReInspection }}

@if ($s->EstimateNotPreparedByTheWorkshop == "on")
  • Estimate not prepared by the Workshop
  • @endif @if ($s->VehicleNotBroughtToTheWorkshop == "on")
  • Vehicle not brought to the Workshop
  • @endif @if ($s->RepairingStartedBeforeOurSurvey == "on")
  • Repairing started before our Survey
  • @endif @if ($s->InsuredDidNotArriveArrivedLate == "on")
  • Insured did not arrive / arrived late
  • @endif @if ($s->AnotherSurveyCompanyAppointed == "on")
  • Another Survey Company Appointed
  • @endif @if ($s->InsuredHasWithdrawnTheClaimNotProvidingClaimSupporting == "on")
  • Insured has Withdrawn the Claim / Not providing Claim Supporting Documents
  • @endif @if ($s->InsuredRequestedTorReAppointment == "on")
  • Insured requested for Re-Appointment
  • @endif

    Remarks

    {{ $s->_Remarks }}

    Surveyor     {{$assignInfo->_AssignTeamMember }}

    Assigned By {{ $assignInfo->_UserEmail }}

    @endforeach
    Note: It was a pleasure working with you and your team. We hope you will keep us in mind for future freelance projects. Thank You!
    @endsection('main-section')