@extends(AdminBaseDashboard::AdminBaseLayout()) @section('title', trans('quote::quotation.update quotation')) @section('content')
{{__('quote::quotation.fillup the information below to generate a quotation')}}
@include('invoice::Modals.add_customer')
@if(count($quote->quotation_item) > 0) @foreach($quote->quotation_item as $item) @endforeach @endif
{{__('quote::quotation.barcode')}} {{__('quote::quotation.description')}} {{__('quote::quotation.serial no')}} {{__('quote::quotation.qty')}} {{__('quote::quotation.price')}} {{__('quote::quotation.total')}} {{__('quote::quotation.action')}}
@if(View::exists('stocks::Products.short_code.products_modal')) @include('stocks::Products.short_code.products_modal') @endif
{{ CURRENCY_SYMBOL() }}
{{ __('%') }}
{{ CURRENCY_SYMBOL() }}
{{ CURRENCY_SYMBOL() }}
{{ CURRENCY_SYMBOL() }}
{{ CURRENCY_SYMBOL() }}
{{--Hidden form--}} {{--Hidden form--}}
@endsection