@extends('layout.default') @section('styles') @endsection @section('subheaderRightToolbar') @PermissionsCan(groupPermissionName('purchaseorder.index')) Back(ESC) @endPermissionsCan @PermissionsCan(groupPermissionName('purchaseorder.store'))
@endPermissionsCan @endsection @section('content')


@if(!empty($quotation) and $quotation->user) @else
@endif
@if(isset($quotation->quotation_no))

@endif
@if(isset($quotation->is_igst_customer)) @if(($quotation->is_igst_customer) == true) @else @endif @else @endif @php $detail_key_name = "purchaseorder_details"; @endphp @include('purchaseorder::details_tbl', ['purchaseorder_details' => null, 'action' => 'create', 'detail_key_name' => $detail_key_name])
Material * QTY * Unit Size Remarks Due On Rate * Amount Discount Amount IGST % IGST AMT.SGST % SGST AMT. CGST % CGST AMT.SGST % SGST AMT. CGST % CGST AMT. IGST % IGST AMT.Net Total Delete

@if(!empty($quotation) and $quotation->distributor_discount) @else @endif
@if(!empty($quotation) and $quotation->special_discount) @else @endif
Other Charges
Charge Name Operation Amount Delete

Other Charges
Charge Name Operation Amount Delete

@endsection @section('scripts') @endsection