@extends('adminlayout.dashadmin') @section('content')

Add Bank Transfer

@if(Session::has('message'))

{{ Session::get('message') }}

@endif
@csrf
@if ($errors->has('user_id')){{ $errors->first('user_id') }}@endif
@if ($errors->has('transaction_no')){{ $errors->first('transaction_no') }}@endif
@if ($errors->has('amount')){{ $errors->first('amount') }}@endif
@if ($errors->has('tds')){{ $errors->first('tds') }}@endif
@if ($errors->has('final_amount')){{ $errors->first('final_amount') }}@endif
@error('documents')

{{ $message }}

@enderror
@if ($errors->has('description')){{ $errors->first('description') }}@endif
@endsection