@if($quotation->is_igst_customer == false)
@else
@endif
@php $detail_key_name = "quotation_details"; @endphp
@include('quotation::details_tbl', ['quotation_details' => $quotation->quotationDetails, 'action' => 'edit', 'detail_key_name' => $detail_key_name])
@if(!empty($quotation->quotation_doc))
@foreach(explode(",", $quotation->quotation_doc) as $quotation_doc)
View Document
@endforeach
@endif