@extends('admin.layouts.adminpanel') @section('page_header') @php $page_title = 'Accounts Receivable'; @endphp @include('admin.partials.page_header') @endsection @section('content')
{{-- Buttons --}}
{{-- Filters --}}

{{-- Summary --}}
Resumen General
Total de Cuentas por Cobrar
Total Vencido
Porcentaje de Mora
Análisis de Antigüedad
Rango de Días Saldo Pendiente Porcentaje
0 - 30 días
31 - 60 días
Más de 60 días

{{-- Table --}}
No. {{ __('Client') }} {{ __('Date') }} {{ __('Invoice') }} {{ __('Invoice Amount') }} {{ __('Due Date') }} {{ __('Days Past Due') }} {{ __('Remaining Balance') }} {{ __('Status') }} {{ __('Actions') }}
@endsection