@extends('backend.master') @section('title') এডিট জরিপ আবেদন @endsection @section('body')

এডিট হোল্ডিং জরিপ আবেদন

{{ Form::open(['route'=>['tax.holding-survey-update', $data->id],'method'=>'POST', 'class'=>'needs-validation', 'enctype'=>'multipart/form-data', 'novalidate' , 'name' => 'editHoldingForm']) }}

হোল্ডিং জরিপ তথ্য:

{{ $errors->has('word_no') ? $errors->first('word_no') : ' ' }}
ওয়ার্ড নং
হোল্ডিং নং
{{ $errors->has('holding_no') ? $errors->first('holding_no') : ' ' }}
{{ $errors->has('holding_type') ? $errors->first('holding_type') : ' ' }}
করদাতার ধরন
holding_type == 2 ? '' : 'disabled' }} required>
প্রতিষ্ঠানের নাম
{{ $errors->has('institution_name') ? $errors->first('institution_name') : ' ' }}
holding_type == 2 ? '' : 'disabled' }} required>
প্রতিষ্ঠান প্রধানের নাম
{{ $errors->has('institution_head') ? $errors->first('institution_head') : ' ' }}
holding_type == 1 ? '' : 'disabled' }}>
এনআইডি
{{ $errors->has('nid') ? $errors->first('nid') : ' ' }}
holding_type == 1 ? '' : 'disabled' }}>
করদাতার নাম
{{ $errors->has('holding_won_name') ? $errors->first('holding_won_name') : ' ' }}
{{ $errors->has('guardian_type') ? $errors->first('guardian_type') : ' ' }}
পিতা / স্বামী
holding_type == 1 && $data->guardian_type == 'স্বামী' ? '' : 'disabled' }}>
স্বামীর নাম
{{ $errors->has('husband_or_father') ? $errors->first('husband_or_father') : ' ' }}
holding_type == 1 && $data->guardian_type == 'পিতা' ? '' : 'disabled' }}>
পিতার নাম
{{ $errors->has('husband_or_father') ? $errors->first('husband_or_father') : ' ' }}
{{-- --}}
ঠিকানা
{{ $errors->has('address') ? $errors->first('address') : ' ' }}
অবস্থান
সড়ক / রাস্তার নাম
মোবাইল
{{ $errors->has('phone') ? $errors->first('phone') : ' ' }}
{{ $errors->has('photo') ? $errors->first('photo') : ' ' }}
বসবাসকারী *
@foreach($data->holdingomeDetails as $key => $item)
@if($key==0)

ইমারতের বিবরণ

@endif
{{ $item->building_type }}
রুম
{{ $errors->has('room') ? $errors->first('room') : ' ' }}
@endforeach

মন্তব্য

{{ $errors->has('comments') ? $errors->first('comments') : ' ' }}
{{ Form::close() }} @endsection @section('script') @foreach($data->holdingomeDetails as $key => $item) @endforeach @endsection