@extends('layouts.app') @section('page-title', 'Create Invoice') @section('content')

Create New Invoice

@csrf
Invoice Items
Product Quantity Unit Price Subtotal Action
0.00

Total: 0.00

Cancel
@endsection