@extends('claim.claim-header') @section('claim-contents')

@php $edit = Auth::user()->user_type=='Claimant' && ($claim->claim_tag=='draft' || $claim->claim_tag=='accepted') || Auth::user()->user_type=='Adjuster' && ($claim->claim_tag=='draft' || $claim->claim_tag=='accepted') @endphp @if($edit) @endif @php $cntr = 0; @endphp @forelse($claim_requirements as $req) @if($edit) @endif @empty @endforelse @if($edit) @endif
Requirements
Requirements with (*) are required.
View FileAction
Allowed file type/s: .png, .jpg, .jpeg, .docx, .pdf
@if($req->required=='Yes') *{{ $req->requirement_desc }} @else {{ $req->requirement_desc }} @endif @forelse($req->attachments as $ch)
  • {{ $ch->file_description }} @if($edit) @endif
  • @empty @if($req->required=='Yes') @php $cntr=+1; @endphp @endif No uploaded file. @endforelse
    @csrf
    No data found.
    Any additional documentary evidence as may be required by Insurer or adjusters other than above. @if(!empty($other_attachments)) @forelse($other_attachments as $att)
  • {{ $att->description }} @if($edit) @endif
  • @empty No uploaded file. @endforelse @else No uploaded file. @endif
    @csrf


    @csrf Previous @if(($claim->claim_tag=='draft' && Auth::user()->user_type=='Claimant') || ($claim->claim_tag=='draft' && Auth::user()->user_type=='Adjuster')) @else @if(Auth::user()->user_type!='Claimant') Next @endif @endif
    @endsection