@extends('layouts/contentLayoutMaster') @section('title', 'Edit Our Quotation') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @include('content.partial.form-message') Our Quotation Informations Return to Our Quotations List @csrf @method('patch') Quotation NO @error('quotation_number') {{ $message }} @enderror Date * date) }}" required/> @error('date') {{ $message }} @enderror Customer RFQ * @php $customer_rfqs = \App\Models\CustomerRfq::orderBy('customer_rfq_number', 'asc')->get(); if($customer_rfqs->count()){ @endphp select @foreach($customer_rfqs as $customer_rfq) customer_rfq_id) == $customer_rfq->id ) selected @endif>{{ $customer_rfq->customer_rfq_number }} @endforeach @php } @endphp @error('customer_rfq_id') {{ $message }} @enderror Validity * @error('validity') {{ $message }} @enderror Payment Terms * @error('payment_terms') {{ $message }} @enderror Delivery Terms * @error('delivery_terms') {{ $message }} @enderror Min Order * @error('min_order') {{ $message }} @enderror Edit Reset @endsection @section('vendor-script') @endsection @section('page-script') @endsection