{{-- --}} @if(isset($applications)) @foreach($applications as $key => $item) {{-- --}} @endforeach @else @endif
# আবেদনের ধরন আবেদনকারীইনপুটওয়ার্ড পাড়া/মহল্লা স্ট্যাটাস Approve By ক্রিয়া
{{ ($applications->currentpage()-1) * $applications->perpage() + $key + 1 }} {{ $item->application_list->application_title }} {{ $item->citizen->bangla_name }}
@if( $item->citizen->bn_Husband_name != '')স্বামীর নাম @else পিতার নাম @endif : @if( $item->citizen->bn_Husband_name != ''){{ $item->citizen->bn_Husband_name }} @else {{ $item->citizen->bn_father_name }} @endif
--}} {{--
    --}} {{-- @foreach($item->inputs as $column)--}} {{--
  • {{ $column->column_name }} :- {{ $column->column_value }}
  • --}} {{-- @endforeach--}} {{--
--}} {{--
{{ $item->citizen->p_en_word }} {{ $item->citizen->p_bn_address }} @if($item->status == 0) Pending @elseif($item->status == 1) Approve @elseif($item->status == 2) Reject @endif {{ $item->user ? $item->user->name : 'Pending'}} @if($item->status == 0 && (Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 'T') !== false)) @endif @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 'উ') !== false ) @endif @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 'ঊ') !== false ) @endif
{{ $message }}
@if(isset($applications)) @endif