@extends('layouts.app') @section('content')
{{-- Preloader Div Html Code Here --}}

Create Invoice

All Invoice
@csrf

Customer Info

Billing Info

Add Order No

Order No Email Live Links Is Prepaid? Amount Publishable Amount Discount Total Amount Action
@{{ row.order_no }} @{{ row.email }} @{{ row.prepaid_status }} @{{ row.subtotal }} @{{ row.publish_price }} @{{ row.discount }} @{{ row.total }}

Invoice Information

Order No Billing On Live Link Total Action
@{{ row.order_no }} @{{ row.billing_type }} @{{ row.live_links }} @{{ row.total }}
Subtotal
Discount
Grand Total
@endsection @push('headerPartial') @endpush @push('headerPartial') @endpush @push('footerPartial') @endpush