@extends('master') @section('content')
@csrf
DepositMethod == 'Bank' ? 'checked' : '' }}>
DepositMethod == 'Cash' ? 'checked' : '' }}>
@error('cmbPaymentType') {{ $message }} @enderror
@error('txtAmount') {{ $message }} @enderror
@error('txtDepositDate') {{ $message }} @enderror
@if($posbankcashdeposit->BankReceipt) Current file: View @endif
Status == 1 ? 'checked' : '' }}>
@endsection @section('script') @endsection