@extends('layouts.main')
@section('title')
Manage Invoices
@endsection
@section('content')
Manage Invoices
ID |
Customer Name |
Customer Phone |
Payment Type |
Order Number |
Order Date |
Total |
Date |
Actions |
ID |
Customer Name |
Customer Phone |
Payment Type |
Order Number |
Order Date |
Total |
Date |
Actions |
@include('invoices.new')
@include('invoices.item-list')
@include('invoices.print')
@include('invoices.delivery-note-print')
@include('invoices.edit')
@include('common.delete-confirm', ['subject' => 'Invoice', 'route' => route('invoices-delete')])
@endsection
@section('extraJS')
@endsection