@extends('backend.master') @section('title') গ্রাহক এডিট করুন @endsection @section('body') @if(Auth::user()->user_type == 4 || strpos(Auth::user()->permission, '3') !== false)

গ্রাহক এডিট করুন

@csrf @method('PUT')
ওয়ার্ড নং

সর্বশেষ হিসাব নং 0

রাস্তা / মহল্লা

ব্যাংকের তথ্য
connection_status === 1 ? 'checked' : '' }} name="connection_status" value="1" id="connection_status">

মাসিক চার্জ নির্ধারণ

সংযোগের ধরন
সংযোগের ধরন
water_connection_type === 0 ? '' : 'disabled' }}>
water_connection_type === 0 ? '' : 'disabled' }}>
water_connection_type === 0 ? '' : 'disabled' }}>
water_connection_type === 0 ? '' : 'disabled' }}>
water_connection_type === 1 ? '' : 'disabled' }}>

connection_type === 1 ? 'checked' : '' }} checked id="connection_type1" value="1">
connection_type === 0 ? 'checked' : '' }} id="connection_type2" value="0">
সংযোগের ধরন
water_connection_type === 0 ? '' : 'disabled' }}>
water_connection_type === 0 ? '' : 'disabled' }}>
water_connection_type === 0 ? '' : 'disabled' }}>
water_connection_type === 0 ? '' : 'disabled' }}>
water_connection_type === 1 ? '' : 'disabled' }}>
connection_type === 0 ? '' : 'disabled' }}>
প্রারম্ভিক বকেয়া শুরুর মাস
প্রারম্ভিক বকেয়া শুরুর বছর
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection