@extends('layouts.app') @section('title', 'New Export Quotation') @section('breadcrumbs') @endsection @section('content')

New Export Quotation

Create a new export quotation

Back
@csrf @if ($errors->any())
@endif
Quotation Details
Line Items
@include('export.quotations.partials._items')
Subtotal:0.00
Tax: %0.00
Total:0.00
@endsection @push('scripts') @endpush