@extends('user.layout.master') @section('body')
@csrf

মহাজনের ব্যাংক সেটাপ

@if($errors->has('area')) {{ $errors->first('area') }} @endif
@if($errors->has('address')) {{ $errors->first('address') }} @endif
@if($errors->has('mohajon_setup_id')) {{ $errors->first('mohajon_setup_id') }} @endif
@if($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@if($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@if($errors->has('account_no')) {{ $errors->first('account_no') }} @endif
@if($errors->has('shakha')) {{ $errors->first('shakha') }} @endif

এড কার্ট

নং এরিয়া ঠিকানা মহাজনের নাম ব্যাংকের নাম একাউন্টের নাম একাউন্ট নাম্বার শাখা
@endsection