@extends('layouts/layoutMaster') @section('title', 'Payments - Finances') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('content')
{{-- secondary --}}
{{ session()->get('active_company')['roc_no'] }}
{{--
{{ session()->get('active_company')['group_company'] }}
--}}
Overview
Total Unpaid

--

Total Paid

--

Overdue

--
--
Unpaid

Not due

--
--
{{-- primary --}}
@include('finances.partials.submenu')
{{-- --}}
No. Date Client Amount Status Actions
@endsection @section('page-script') @endsection @include('finances.modals.op-review')