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

PDC RECEIVABLE

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

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.pdc-receivable') @stop