@extends('frontend.theme_2.app') @section('title', __('Invoices') . ' || ' . $companyName) @push('styles') @endpush @section('content')
@include('frontend.pages.banner')
@include('frontend.pages.customer.sidemenu')

{{__('Invoices')}}

1 Aug 25 - 31 Aug 25

{{ __('invoice_id') }} {{ __('invoice_date') }} {{ __('Description') }} {{__('Total Amount') }} {{__('reschedule_amount') }} {{__('due_date')}} {{ __('Status') }}
@endsection @push('scripts') @endpush