@extends('layouts.master') @section('content') {{-- message --}} {!! Toastr::message() !!}
Select User
Select Date
Select Status
By Category
All Invoices 50
Paid Invoices 60
Unpaid Invoices 70
Cancelled Invoices 80
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->total_amount }} | {{ \Carbon\Carbon::parse($value->due_date)->format('d M Y') }} | Paid |