@if (Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 'T') !== false) {{ Form::open(['route'=>['application.change-status', $app->id],'method'=>'POST', 'class'=>'needs-validation', 'novalidate']) }}
| আবেদনকারী | |||||
|---|---|---|---|---|---|
| {{ $app->citizen->bangla_name }} | |||||
| হোল্ডিং এর আওতাধীন নাগরিক | |||||
| # | নাম | কর্মসূচি নাম | |||
| {{ $loop->iteration }} | {{ $item->bangla_name }} |
@foreach(\App\Models\Relief::where('citizen_id', $item->id)->get() as $relief_data)
{{ $relief_data->tranSakha->krmosuchi_name }} @endforeach |
|||