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
|
@endforeach