{{ Metronic::getGoogleFontsInclude() }} @foreach(config('layout.resources.css') as $style) @endforeach @foreach (Metronic::initThemes() as $theme) @endforeach @routes
@php $quotation = \Modules\Quotation\Entities\Quotation::where('offer_id', $offer->id)->where('vendor_id', $vendor->id)->first(); $type = 'pdf'; $hashids = \Vinkla\Hashids\Facades\Hashids::connection('main'); $offerId = $hashids->encode($offer->id); $vendorId = $hashids->encode($vendor->id); @endphp @if($expire)
@else @if(!$quotation)
Download Quotation Pdf

Quotation Create

Offer Details
Vendor Name/Code {{ $vendor->name }}/{{ $vendor->code }} Offer No. {{ $offer->offer_no }}
Site Name {{ $offer->site->code.'-'.$offer->site->name }} Site Address {{ $offer->site->address }}
Description {{ $offer->description }} Terms & Condition {{ $offer->terms_condition }}
Remarks {{ $offer->reamrk }}
@php $offerProductDetailData = $offer->offerProductDetail()->get()->pluck('requisition_detail_id','requisition_id'); @endphp
@if(!empty($offer->offerProductDetail) and isset($offer->offerProductDetail)) @php $offerProductDetails = $offer->offerProductDetail()->with(['material','unit'])->get(); @endphp @foreach($offerProductDetails as $key => $offer_details)
Material * Brand QTY * Unit Size Remarks Rate * Amount Discount(%) Disc. Amt After Disc. Amt. GST(%) GST Amount Net Total