@extends('admin.includes.base') @push('styles') @endpush @section('content')
@include('common.notify')

Deposit Slip


{{csrf_field()}}
@if ($errors->has('bank_type')) {{ $errors->first('bank_type') }} @endif

CASH COUNT

@php if(!empty($deposit)) { $cash_type = explode(',',$deposit->cash_type); $cash_amount = explode(',',$deposit->cash_amount); $cash_count = explode(',',$deposit->cash_count); } else { $cash_type = ''; $cash_amount = ''; $cash_count = ''; } @endphp
Count Total

CHEQUE

@php if(!empty($deposit)) { $cash_type = explode(',',$deposit->cash_type); $cash_amount = explode(',',$deposit->cash_amount); $cash_count = explode(',',$deposit->cash_count); } else { $cash_type = ''; $cash_amount = ''; $cash_count = ''; } @endphp
@for($i=0; $i<14; $i++) @endfor
Cheque Details Amount

DEPOSIT

@if ($errors->has('cash_subtotal')) {{ $errors->first('cash_subtotal') }} @endif
@if ($errors->has('cheque_subtotal')) {{ $errors->first('cheque_subtotal') }} @endif
@if ($errors->has('deposit_total')) {{ $errors->first('deposit_total') }} @endif
@if ($errors->has('notes')) {{ $errors->first('notes') }} @endif
@endsection @push('scripts') @endpush