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

@php $edit = (Auth::user()->user_type=='Claimant' && $claim->claim_tag=='draft') || Auth::user()->user_type=='Adjuster' && ($claim->claim_tag=='draft' || $claim->claim_tag=='accepted') @endphp @if($edit)
@csrf
@if ($errors->has('claim_type')) {{ $errors->first('claim_type') }} @endif
@endif @if($edit) @endif @if($edit) @endif @php $cnt = 0; @endphp @forelse($claim_filed as $fc) @if($edit) @endif @if($edit) @endif @empty @php $cnt+=1; @endphp @endforelse
Nature Of Claim Date of Loss / Place of AccidentAction
Remove
{{ $fc->claimtype_desc }} @forelse($fc->types as $dt)
  • {{ date('M d, Y',strtotime($dt->loss_date)) }} - {{ ucwords($dt->place_accident) }} @if($edit) @endif
  • @empty @php $cnt+=1; @endphp No data found. @endforelse
    @csrf
    Add Place of Accident:
    Add Date of Loss:
    No data found.


    Previous Next
    @endsection