@extends('frontend.master') @section('right')
নাগরিক আবেদন
{{-- --}} {{-- --}}
@if(env('CITIZEN_APP_BY_FRONTEDN', true))
{{ Form::open(['route'=>'citizen_apps.store','method'=>'POST', 'class'=>'needs-validation', 'enctype'=>'multipart/form-data', 'novalidate']) }}
ছবি দিন
{{ $errors->has('pictures') ? $errors->first('pictures') : ' ' }}
@if(env('HOLDING_TAX_EXT', false)) @else @endif
হোল্ডিং নং দিন
{{ $errors->has('holding_no') ? $errors->first('holding_no') : ' ' }}
জন্ম নিবন্ধন নং দিন
{{ $errors->has('birth_registration') ? $errors->first('birth_registration') : ' ' }}
ন্যাশনাল আইডি নং দিন
{{ $errors->has('national_id') ? $errors->first('national_id') : ' ' }}
{{ $errors->has('day') ? $errors->first('day') : ' ' }} {{ $errors->has('month') ? $errors->first('month') : ' ' }} {{ $errors->has('year') ? $errors->first('year') : ' ' }}
জম্ম তারিখ দিন
বাংলায় নাম দিন
{{ $errors->has('bangla_name') ? $errors->first('bangla_name') : ' ' }}
{{ $errors->has('husband_or_father') ? $errors->first('husband_or_father') : ' ' }}
পিতা/স্বামী
পিতার নাম দিন
{{ $errors->has('bn_father_name') ? $errors->first('bn_father_name') : ' ' }}
মাতার নাম দিন
{{ $errors->has('bn_mother_name') ? $errors->first('bn_mother_name') : ' ' }}
ইংরেজিতে নাম দিন
{{ $errors->has('english_name') ? $errors->first('english_name') : ' ' }}
পিতার নাম দিন
{{ $errors->has('en_father_name') ? $errors->first('en_father_name') : ' ' }}
মাতার নাম দিন
{{ $errors->has('en_mother_name') ? $errors->first('en_mother_name') : ' ' }}
{{ $errors->has('gender') ? $errors->first('gender') : ' ' }}
লিঙ্গ দিন
{{ $errors->has('marital_status') ? $errors->first('marital_status') : ' ' }}
বৈবাহিক অবস্থা দিন
পেশা দিন
{{ $errors->has('pesha') ? $errors->first('pesha') : ' ' }}
শিক্ষাগত দিন
{{ $errors->has('educational_qualifications') ? $errors->first('educational_qualifications') : ' ' }}
{{ $errors->has('religion') ? $errors->first('religion') : ' ' }}
ধর্ম দিন
{{ $errors->has('basinda') ? $errors->first('basinda') : ' ' }}
বাসিন্দা দিন

বর্তমান ঠিকানা

(ইংরেজিতে)
{{ $errors->has('p_en_word') ? $errors->first('p_en_word') : ' ' }}
ওয়ার্ড নং দিন
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
পাড়া/মহল্লা দিন
--}} {{--
--}} {{-- {{ $errors->has('p_en_address') ? $errors->first('p_en_address') : ' ' }}--}} {{--
--}}
রোড/ব্লক/সেক্টর দিন
(বাংলায়)
পাড়া/মহল্লা দিন
{{ $errors->has('p_bn_address') ? $errors->first('p_bn_address') : ' ' }}
রোড/ব্লক/সেক্টর দিন
পোষ্ট অফিস দিন
{{ $errors->has('p_bn_post') ? $errors->first('p_bn_post') : ' ' }}

স্থায়ী ঠিকানা

(ইংরেজিতে)
পাড়া/মহল্লা দিন
রোড/ব্লক/সেক্টর দিন
ওয়ার্ড নং দিন
পোষ্ট অফিস দিন
পোষ্ট কোড দিন
বিভাগ দিন
জেলা দিন
উপজেলা দিন
থানা দিন
(বাংলায়)
পাড়া/মহল্লা দিন
রোড/ব্লক/সেক্টর দিন
ওয়ার্ড নং দিন
পোষ্ট অফিস দিন
পোষ্ট কোড দিন
বিভাগ দিন
জেলা দিন
উপজেলা দিন
থানা দিন
থানা দিন

যোগাযোগের মাধ্যম

মোবাইল দিন

{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
ই-মেইল দিন
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}

আবেদনের সংযুক্তি

হোল্ডিং ট্যাক্সের কপি দিন
{{ $errors->has('tax_copy') ? $errors->first('tax_copy') : ' ' }}
জন্ম নিবন্ধন / ন্যাশনাল আইডি কার্ড কপি দিন
{{ $errors->has('birth_nid_copy') ? $errors->first('birth_nid_copy') : ' ' }}
{{ Form::close() }}
@else

কারিগরি মান উন্নয়নের জন্য সাময়িকভাবে এই সেবাটি বন্ধ রয়েছে। অনুগ্রহ করে পৌরসভায় যোগাযোগ করুন। ধন্যবাদ

@endif
@endsection