@extends('app-new')
{{-- Web site Title --}}
@section('title') Accounts Overview :: @parent @stop
@section('content')
@if (isset($status))
{{ $status['header'] }}
@foreach ($status['messages'] as $m)
- {{ $m }}
@endforeach
@endif
{{-- --}}
@php
$currentUrl = request()->path();
@endphp
Date |
Amount |
Channel |
Ref. No |
Created By |
Created At |
Actions |
@endsection
{{-- @section('styles') --}}
@push('head-script')
@endpush
{{--
@stop --}}
{{-- Scripts --}}
{{-- @section('scripts') --}}
@push('footer-script')
@endpush