@extends('layouts.app') @section('title', 'Create Invoice') @section('content')
Create Invoice
@csrf
Invoice Items
Subtotal:
$0.00
Tax Amount:
$0.00
Inclusive Total:
$0.00
Cancel
@endsection