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

ব্যাংক সেটাপ এডমিন

@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