@extends('layouts.master') @section('content') {{-- message --}} {!! Toastr::message() !!}
  • Select User

    Customer Search

  • Select Date

  • Select Status

    By Status

  • By Category

    Category

$8,78,797

All Invoices 50

$4,5884

Paid Invoices 60

$2,05,545

Unpaid Invoices 70

$8,8,797

Cancelled Invoices 80

@foreach($invoiceList as $key => $value) @endforeach
Invoice ID Category Created on Invoice to Amount Due date Status Action
{{ $value->invoice_id }} {{ $value->category }} {{ \Carbon\Carbon::parse($value->created_at)->format('d M Y') }}

{{ $value->customer_name }}

$ {{ $value->total_amount }} {{ \Carbon\Carbon::parse($value->due_date)->format('d M Y') }} Paid
@section('script') @endsection @endsection