@extends('backend.master') @section('title') পারিবারিক সনদ @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 'ت'))

আবেদনকারীর ব্যাক্তিগত তথ্য

নাগরিকের ছবি
নাম (বাংলা): {{ $citizen->bangla_name }}
নাম (ইংরেজি): {{ $citizen->english_name }}
@if( $citizen->bn_Husband_name != null) স্বামীর @else পিতার @endif নাম (বাংলা): @if( $citizen->bn_Husband_name != null) {{ $citizen->bn_Husband_name }} @else {{ $citizen->bn_father_name }} @endif
@if( $citizen->bn_Husband_name != null) স্বামীর @else পিতার @endif নাম (ইংরেজি): @if( $citizen->bn_Husband_name != null) {{ $citizen->en_Husband_name }} @else {{ $citizen->en_father_name }} @endif
মাতার নাম (বাংলা): {{ $citizen->bn_mother_name }}
মাতার নাম (ইংরেজি): {{ $citizen->en_mother_name }}
হোল্ডিং নাম্বার: {{ NumToBn($citizen->holding_no) }}
মোবাইল: {{ NumToBn($citizen->phone) }}
ঠিকানা: গ্রাম: {{ $citizen->p_bn_address }}, পোস্ট: {{ $citizen->p_bn_post }}, থানা: {{ $citizen->p_bn_thana }}, জেলা: {{ $citizen->p_district?->bn_name }}
@if($services_without_tax == 0 && $tax->payment_status != 1)

আপনার হোল্ডিং ট্যাক্স পরিশোধ না থাকায় সেবা প্রদান সম্ভব হচ্ছে না।

হোল্ডিং তথ্য:
নাম {{ $tax->holdingServe->holding_won_name }}
হোল্ডিং নম্বর {{ $tax->holdingServe->holding_no }}
ওয়ার্ড নম্বর {{ $tax->word_no }}
@endif
@csrf

পারিবারিক সদস্য তথ্য

ক্রমিক নং নাম জাতীয় পরিচয়পত্র/জন্ম-নিবন্ধন সম্পর্ক মোবাইল পদক্ষেপ
1 নাম জাতীয় পরিচয়পত্র/জন্ম-নিবন্ধন সম্পর্ক মোবাইল
2 নাম জাতীয় পরিচয়পত্র/জন্ম-নিবন্ধন সম্পর্ক মোবাইল

আমি ঘোষণা করছি যে, উপরোক্ত সকল তথ্য সঠিক। কোন ভুল তথ্য প্রমাণিত হলে আমি আইনত দণ্ডনীয় অপরাধ হিসেবে গণ্য হব।

×

সদস্যের তথ্য

@endif @endsection @section('script') @endsection