|
|
| {{ $item->citizen->bangla_name }} |
| পিতা/স্বামী- {{ $item->citizen->bn_father_name != null || $item->citizen->bn_father_name != '' ? $item->citizen->bn_father_name : $item->citizen->bn_Husband_name }} |
| পাড়া/মহল্লা :- {{ $item->citizen->p_bn_address }} |
|
| {{ $item->citizen->national_id != null || $item->citizen->national_id != '' ? NumToBn($item->citizen->national_id) : NumToBn($item->citizen->birth_registration) }} |
| {{ NumToBn($item->citizen->phone) }} |
| হোল্ডিং নং- {{ NumToBn($item->citizen->holding_no) }} |
|
@foreach($item->inputs as $item1)
| {{ $item1->column_name }} :- {{ $item1->column_value }} |
@endforeach
|
@php
$holding_citizen = \App\Models\CitizenApp::query()->where(['holding_no' => $item->citizen->holding_no, 'p_en_word' => $item->citizen->p_en_word, 'status' => 1])->get();
@endphp
@foreach($holding_citizen as $item2)
@foreach(\App\Models\Relief::query()->where('citizen_id', $item2->id)->get() as $relief)
| {{ $relief->tranSakha->krmosuchi_name }} |
@endforeach
@endforeach
|
@if($item->status == 0) পেন্ডিং @elseif($item->status == 1) এপ্রুভ @elseif($item->status == 2) রিজেক্ট @endif |
@endforeach