@extends('layout.default') @section('styles') @endsection @section('subheaderRightToolbar') @PermissionsCan(groupPermissionName('quotation.index')) Back(ESC) @endPermissionsCan @PermissionsCan(groupPermissionName('quotation.update'))
@endPermissionsCan @endsection @section('content')
@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])
Material * QTY * Unit Size Remarks Due On Rate * Amt. Discount Amt. SGST % SGST Amt. CGST % CGST Amt.IGST % IGST Amt.Net Total Delete
@error('status') {{ $message }} @enderror
@if(!empty($quotation->quotation_doc)) @foreach(explode(",", $quotation->quotation_doc) as $quotation_doc) View Document @endforeach @endif

@endsection @section('scripts') @endsection