@extends('layouts.game') @section('content')

Deposit

Bank Name :
Please Select Counter
A/C No :
Please Select Counter
IFSC Code :
Please Select Counter
UPI :
Please Select Counter
Account Name :
Please Select Counter
Min Amount :
100
Max Amount :
50000
@csrf

Deposit

@if ($errors->has('amount'))
{{ $errors->first('amount') }}
@endif
@if ($errors->has('transectionid'))
{{ $errors->first('transectionid') }}
@endif
@if ($errors->has('transectionimage'))
{{ $errors->first('transectionimage') }}
@endif
@if ($errors->has('payment_method'))
{{ $errors->first('payment_method') }}
@endif
@if ($errors->has('description'))
{{ $errors->first('description') }}
@endif
@endsection @section('js') @endsection @section('css') @endsection