@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Edit Claim'])

Claim

@error('claim_name')
{{ $message }}
@enderror
@error('category')
{{ $message }}
@enderror
@error('age')
{{ $message }}
@enderror
@error('from_date')
{{ $message }}
@enderror
@error('to_date')
{{ $message }}
@enderror
@error('claim_amount')
{{ $message }}
@enderror
@error('state')
{{ $message }}
@enderror
@error('district')
{{ $message }}
@enderror

@csrf
Cancel
@foreach ($family_members as $item) @endforeach
UserName Family Member Profession User Contact Status
id, $intited_ids->toArray())) @php $settlementStatus = $item->settlementdtls->first()->status ?? ''; @endphp @if ($settlementStatus == 'S') disabled @endif @endif > {{ $item->user->name ?? '' }} {{ $item->name ?? '' }}
Relation({{$item->relation->name ?? ''}})
{{ $item->profession ?? '' }} {{ $item->user->contact_number ?? '' }} @if (!empty($intited_ids) && in_array($item->id, $intited_ids->toArray())) @php $settlementStatus = $item->settlementdtls->first()->status ?? ''; @endphp @if ($settlementStatus == 'I') Initiated @elseif ($settlementStatus == 'S') Settled @else Not Initiated @endif @else Not Initiated @endif
@endsection @push('scripts') @endpush