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

Account Statement

View your bank or cash account details and account activity for given date range.
Statement Summary
Debit
Credit
Balance
Opening Balance
{{ number_format(0, $data['decimal_point']) }}
Totals
{{ number_format(0, $data['decimal_point']) }}
{{ number_format(0, $data['decimal_point']) }}
{{ number_format(0, $data['decimal_point']) }}
Closing Balance as on {{ date('d-M-Y') }}
{{ number_format(0, $data['decimal_point']) }}
Movement
{{ number_format(0, $data['decimal_point']) }}

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.account-statement') @stop