@extends('panel.layouts.superadmin.app')
@section('page-title')
{{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Account Ledger
@stop
@section('content')
Id |
Account Name |
Contact |
Total Amount |
Received Amount |
Pending Amount |
Type |
Status |
{{-- @include('common.modal.send_report_mail_confirm_model',['entity' => 'subscription_bill']) --}}
@stop
@section('custom-scripts')
@stop