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

{{-- Summary --}}
Resumen General
Total de Cuentas por Pagar
Total Vencido
Porcentaje de Mora

{{-- Table --}}
{{ __('Provider') }} {{ __('Date') }} {{ __('Concept') }} {{ __('Amount') }} {{ __('Due Date') }} {{ __('Days Past Due') }} {{ __('Remaining Balance') }} {{ __('Status') }} {{ __('Actions') }}
@endsection