@foreach($request->citizen_column as $citizen_item) @if($citizen_item == "bangla_name" || $citizen_item == "english_name") @endif @if($citizen_item == "bn_husband_father_name" || $citizen_item == "en_husband_father_name") @endif @if($citizen_item == "bn_mother_name" || $citizen_item == "en_mother_name") @endif @if($citizen_item == "bn_national_id_or_birth_registration" || $citizen_item == "en_national_id_or_en_birth_registration") @endif @if($citizen_item == "bn_date_of_birth" || $citizen_item == "en_date_of_birth") @endif @if($citizen_item == "bn_gender" || $citizen_item == "en_gender") @endif @if($citizen_item == "p_bn_word" || $citizen_item == "p_en_word") @endif @if($citizen_item == "bn_word_member" || $citizen_item == "en_word_member") @endif @if($citizen_item == "p_bn_address" || $citizen_item == "p_en_address") @endif @if($citizen_item == "p_bn_post" || $citizen_item == "p_en_post") @endif @if($citizen_item == "p_bn_code" || $citizen_item == "p_en_code") @endif @if($citizen_item == "p_bn_upazila" || $citizen_item == "p_en_upazila") @endif @if($citizen_item == "p_bn_district" || $citizen_item == "p_en_district") @endif @if($citizen_item == "p_bn_division" || $citizen_item == "p_en_division") @endif @if($citizen_item == "bn_up" || $citizen_item == "en_up") @endif @if($citizen_item == "bn_phone" || $citizen_item == "en_phone") @endif @endforeach @foreach($request->column as $item) @if($item == "delivery_date") @endif @if($item == "volume") @endif @endforeach @foreach($reliefs as $item) @foreach($request->citizen_column as $citizen_item) @if($citizen_item == "bangla_name" || $citizen_item == "english_name") @endif @if($citizen_item == "bn_husband_father_name" || $citizen_item == "en_husband_father_name") @endif @if($citizen_item == "bn_mother_name" || $citizen_item == "en_mother_name") @endif @if($citizen_item == "bn_national_id_or_birth_registration" || $citizen_item == "en_national_id_or_en_birth_registration") @endif @if($citizen_item == "bn_date_of_birth" || $citizen_item == "en_date_of_birth") @endif @if($citizen_item == "bn_gender" || $citizen_item == "en_gender") @endif @if($citizen_item == "p_bn_word" || $citizen_item == "p_en_word") @endif @if($citizen_item == "bn_word_member" || $citizen_item == "en_word_member") @endif @if($citizen_item == "p_bn_address" || $citizen_item == "p_en_address" ) @endif @if($citizen_item == "p_bn_post" || $citizen_item == "p_en_post") @endif @if($citizen_item == "p_bn_code" || $citizen_item == "p_en_code") @endif @if($citizen_item == "p_bn_upazila" || $citizen_item == "p_en_upazila") @endif @if($citizen_item == "p_bn_district" || $citizen_item == "p_en_district") @endif @if($citizen_item == "p_bn_division" || $citizen_item == "p_en_division") @endif @if($citizen_item == "bn_up" || $citizen_item == "en_up") @endif @if($citizen_item == "bn_phone" || $citizen_item == "en_phone") @endif @endforeach @foreach($request->column as $column_item) @if($column_item == "delivery_date") @endif @if($column_item == "volume") @endif @endforeach @endforeach
{{ $transakha->krmosuchi_name }}
কার্ড নং নামপিতা/স্বামীর নামমাতার নামএনআইডি/জন্ম নিবন্ধনজন্ম তারিখলিঙ্গওয়ার্ড নংওয়ার্ড সদস্যের নামঠিকানাপোস্ট অফিসপোস্ট কোডউপজেলাজেলাবিভাগইউনিয়নের নামমোবাইলবিতারনের তারিখপরিমাণ
{{ NumToBn($item->srl_no) }} @if($citizen_item == "bangla_name") {{ $item->citizen->bangla_name }} @endif @if($citizen_item == "english_name") {{ $item->citizen->english_name }} @endif @if($citizen_item == "bn_husband_father_name") {{ $item->citizen->bn_father_name != null || $item->citizen->bn_father_name != '' ? $item->citizen->bn_father_name : $item->citizen->bn_Husband_name }} @endif @if($citizen_item == "en_husband_father_name") {{ $item->citizen->en_father_name != null || $item->citizen->en_father_name != '' ? $item->citizen->en_father_name : $item->citizen->en_Husband_name }} @endif @if($citizen_item == "bn_mother_name") {{ $item->citizen->bn_mother_name }} @endif @if($citizen_item == "en_mother_name") {{ $item->citizen->en_mother_name }} @endif @if($citizen_item == "bn_national_id_or_birth_registration") {{ $item->citizen->national_id != null || $item->citizen->national_id != '' ? NumToBn($item->citizen->national_id) : NumToBn($item->citizen->birth_registration) }} @endif @if($citizen_item == "en_national_id_or_en_birth_registration") {{ $item->citizen->national_id != null || $item->citizen->national_id != '' ? $item->citizen->national_id : $item->citizen->birth_registration }} @endif @if($citizen_item == "bn_date_of_birth") {{ NumToBn(date('d', strtotime($item->citizen->date_of_birth))).' '.NumToBnMonth(date('m', strtotime($item->citizen->date_of_birth))).' '.NumToBn(date('Y', strtotime($item->citizen->date_of_birth))) }} @endif @if($citizen_item == "en_date_of_birth") {{ date('d M, Y', strtotime($item->citizen->date_of_birth)) }} @endif @if($citizen_item == "bn_gender") {{ bn_citizen_gender($item->citizen->gender) }} @endif @if($citizen_item == "en_gender") {{ en_citizen_gender($item->citizen->gender) }} @endif @if($citizen_item == "p_bn_word") {{ NumToBn($item->citizen->p_en_word) }} @endif @if($citizen_item == "p_en_word") {{ $item->citizen->p_en_word }} @endif @if($citizen_item == "bn_word_member") {{ bnWordMember($item->citizen->p_en_word) }} @endif @if($citizen_item == "en_word_member") {{ enWordMember($item->citizen->p_en_word) }} @endif @if($citizen_item == "p_bn_address") {{ $item->citizen->p_bn_address }} @endif @if($citizen_item == "p_en_address") {{ $item->citizen->p_en_address }} @endif @if($citizen_item == "p_bn_post") {{ $item->citizen->p_bn_post }} @endif @if($citizen_item == "p_en_post") {{ $item->citizen->p_en_post }} @endif @if($citizen_item == "p_bn_code") {{ $item->citizen->p_bn_code }} @endif @if($citizen_item == "p_en_code") {{ $item->citizen->p_en_code }} @endif @if($citizen_item == "p_bn_upazila") {{ $item->citizen->p_upazila->bn_name }} @endif @if($citizen_item == "p_en_upazila") {{ $item->citizen->p_upazila->name }} @endif @if($citizen_item == "p_bn_district") {{ $item->citizen->p_district->bn_name }} @endif @if($citizen_item == "p_en_district") {{ $item->citizen->p_district->name }} @endif @if($citizen_item == "p_bn_division") {{ $item->citizen->p_division->bn_name }} @endif @if($citizen_item == "p_en_division") {{ $item->citizen->p_division->name }} @endif @if($citizen_item == "bn_up") {{ webInfo()->up_name }} @endif @if($citizen_item == "en_up") {{ webInfo()->en_up_name }} @endif @if($citizen_item == "bn_phone") {{ NumToBn($item->citizen->phone) }} @endif @if($citizen_item == "en_phone") {{ $item->citizen->phone }} @endif {{ NumToBn(date('d', strtotime($item->tranSakha->delivery_date))).' '.NumToBnMonth(date('m', strtotime($item->tranSakha->delivery_date))).' '.NumToBn(date('Y', strtotime($item->tranSakha->delivery_date))) }}{{ $item->tranSakha->volume }} {{ $item->tranSakha->akok }}