@extends('frontend.master') @section('BodyId') onload="createCaptcha()" @endsection @section('right') @if(isset($citizen))
আবেদন: {{ $application_list?->application_title }}
নাম {{ $citizen->bangla_name }}
পিতা / স্বামীর নাম {{ $citizen->bn_Husband_name != null ? $citizen->bn_Husband_name : $citizen->bn_father_name }}
মাতার নাম {{ $citizen->bn_mother_name }}
হোল্ডিং নম্বর {{ $citizen->holding_no }}
মোবাইল {{ $citizen->phone }}
ঠিকানা {{ $citizen->p_bn_address }}, {{ $citizen->p_bn_word }} নম্বর ওয়ার্ড, {{ $citizen->p_bn_code }}, {{ $citizen->p_upazila->bn_name }}, {{ $citizen->p_district->bn_name }}
@if($services_without_tax == 0 && $tax->payment_status != 1)
নোটিশ:

দুঃখিত! আপনার হোল্ডিং ট্যাক্স পরিশোধ না থাকায় কোন প্রকার সেবা প্রদান সম্ভব হচ্ছে না, অনুগ্রহ করে হোল্ডিং ট্যাক্স পরিশোধ করে পূনরায় চেষ্টা করুন। অনলাইন (নগদ মোবাইল ব্যাংকিং) এর মাধ্যমে কিভাবে হোল্ডিং ট্যাক্স পরিশোধ করবেন জানতে

এখানে ক্লিক করুন
@else
@if($citizen->pictures == null || $citizen->pictures == '' || $citizen->pictures == 'dummy.jpg')
@csrf
ছবি দিন
{{ $errors->has('pictures') ? $errors->first('pictures') : ' ' }}
@endif
@if($citizen->en_mother_name == null || $citizen->p_en_address == null || $citizen->perma_en_address == null)
@csrf
@if($citizen->bn_Husband_name != null)
পিতার নাম দিন
@else
পিতার নাম দিন
@endif
মাতার নাম দিন
@if($citizen->sameaspresentaddress == 1)
পাড়া/মহল্লা দিন
@else
পাড়া/মহল্লা দিন
পাড়া/মহল্লা দিন
@endif
@endif
@csrf
@foreach($application_list->columns as $key => $item)
validation == 'required' ? 'required' : '' }} class="form-control" name="input[{{ $key }}][value]" type="text" id="input{{ $key }}">
required
@endforeach
@endif
@endif @endsection @section('script') @endsection