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

--

Total Paid

--

Overdue

--
--
Unpaid

Not due

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