@extends('user::layouts.masterlist') @section('content') Manage Quotations Dashboard Quotations @include('layouts.flash.alert') Quotations @if (auth()->user()->can('access', 'purchase orders add') ) Create Quotation @endif {{ Form::label('project_filter_id', 'Project') }} {{ Form::select('project_filter_id', $projects, '', [ 'class' => "form-control select2-input", 'id' => "project_filter", 'data-live-search'=>'true', ]) }} Originator RFQ no Notes Delivery Date Delivery Address Actions @stop @push('scripts') @endpush