@extends('layouts.dashboard.adminapp') @section('title', 'Edit RFQ') @section('content')

UEPL / Edit Request For Quotation

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif

Edit Request For Quotation



@csrf @method('PUT')
@if ($rfq->drawing_file) View Existing @endif
@if ($rfq->material_specification_file) View Existing @endif
@if ($rfq->rfq_form_file) View Existing @endif
@if ($rfq->annexure_file) View Existing @endif
{{-- Will be filled by JS for uniformity --}}
@endsection @section('scripts') @endsection