@extends('layout.backend.main')
@section('page_content')
@if (session('error'))
Error! {{ session('error') }}
@endif
Buyer ID: #BUY-
Address:
Email:
{{-- + --}}
Notes: Urgent delivery required.
Invoice Summary:
Total Amount: 0.00
Discount: 0.00
VAT: 0.00
Grand Total: 0.00
@endsection
@section('script')
@endsection
|