@extends('layout.main') @section('content')

{{__('Deposit Report')}}

@csrf

{{__('Deposit Info')}}

@if(config('variable.currency_format')=='suffix') @else @endif
{{trans('file.Date')}} {{trans('file.Account')}} {{trans('file.Category')}} {{trans('file.Payer')}}{{trans('file.Amount')}} ({{config('variable.currency')}})({{config('variable.currency')}}) {{trans('file.Amount')}}{{__('Reference No')}}
{{trans('file.Total')}}
@endsection @push('scripts') @endpush