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

ব্যাংক জমা/উত্তোলন

@if($errors->has('type')) {{ $errors->first('type') }} @endif
@if($errors->has('bank_setup_id')) {{ $errors->first('bank_setup_id') }} @endif
@if($errors->has('marfot')) {{ $errors->first('marfot') }} @endif
@if($errors->has('taka')) {{ $errors->first('taka') }} @endif
@if($errors->has('entry_date')) {{ $errors->first('entry_date') }} @endif

এড কার্ট

নং ধরণ ব্যাংক তথ্য চেকের পাতার নাম্বার মারফত টাকা
@endsection