@extends('layouts.default') @section('content') @inject('SupplierQuotation', 'App\Http\Controllers\Web\PurchaseDetails\SupplierQuotationController')

Fixed Rate Raw Materials

@if (Session::get('success'))
{{ Session::get('success') }}
@endif
@csrf

Click the reset button after updating the expiry dates.

@foreach($data['items'] as $item) @endforeach
Item Code Supplier Rate Rate Expiry Start Date Rate Expiry End Date GST Discount Delivery Within Currency Action Status Select
{{$item['item_code']}} {{$item['vendor_name']}} {{$item['rate']}} {{$item['rate_expiry_startdate'] ? date('d-m-Y',strtotime($item['rate_expiry_startdate'])) : '-'}} {{$item['rate_expiry_enddate'] ? date('d-m-Y',strtotime($item['rate_expiry_enddate'])) : '-'}} @if($item['gst']==NULL) - @else @if($item['igst']!=0) IGST:{{$item['igst']}}%   @endif @if($item['sgst']!=0) SGST:{{$item['sgst']}}%,   @endif @if($item['sgst']!=0) CGST:{{$item['sgst']}}% @endif @endif {{($item['discount']!=NULL) ? $item['discount'] : 0}} {{$item['delivery_within']}} Days {{$item['currency_code']}} Edit @if($item['is_active']==2) Active @elseif($item['is_active']==1) Deactive @endif