@extends('app-new') {{-- Web site Title --}} @section('title') Accounts Overview :: @parent @stop @section('content') @if (isset($status))
@endif
{{--

Accounts Overview :: {{$account->name}}

--}}

Report Filter

{{-- --}} @php $currentUrl = request()->path(); @endphp
Transaction No Amount Created At
@endsection {{-- Scripts --}} @push('footer-script') {{-- --}} @endpush