@extends('layouts.app') {{--Important Variables--}} @section('title') Bank Deposit @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{__('lang.bank_deposit_voucher')}}

{{__('lang.edit')}} ({{$data->voucher_no}})



{{__('lang.cheque')}}

{{__('lang.payment_from')}} {{__('lang.cheque_date')}} {{__('lang.amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.status')}}
{{__('lang.payment_from')}} {{__('lang.cheque_date')}} {{__('lang.amount')}} {{$transaction->systemSettingCurrency()}} {{__('lang.status')}}
{{-- --}}
@stop @push('include-css') @endpush @push('include-js') @endpush