@extends('admin.layout.master') @section('title','QUOTATION MANAGEMENT') @section('custom_style') @endsection @section ('content')

{{__('obs.quotation')}}

{{-- --}}
{{--
--}}
{{__('obs.quotation')}}
@csrf
{{--
--}}
# {{__('obs.products')}}
{{__('obs.carton')}} {{__('obs.size')}} {{__('obs.(cm)')}}
{{__('obs.l')}}
{{__('obs.w')}}
{{__('obs.h')}}
{{__('obs.meas.')}} {{__('obs.o.')}} {{__('obs.qty')}} {{__('obs.ply')}} {{__('obs.sm')}} {{__('obs.price')}} {{__('obs.store')}} {{__('obs.cost')}} {{__('obs.desc')}}
@include('inventory.prepurchase.quotation.local.modal_quotation_notes')
@include('inventory.prepurchase.quotation.install_modal') @endsection @inject('QuotationTrait', 'App\Http\Controllers\Inventory\Quotation\LocalQuotationController') @section('script') @stop