@extends('layouts.master') @section('title') Add Quotation @endsection @section('page-title') Quotation @endsection @section('body') @endsection @section('content')
@csrf

{{-- @include('quotation.partial._add_quotation_item', ['index' => 0, 'isFirst' => true]) --}}

 
Sub Total 0
Total Tax Rate (In %)
0
Total Amount 0
@endsection @section('scripts') @endsection