@extends('layouts.dashboard.superadminapp') @section('title', 'Create Sales RFQ') @section('styles') @endsection @section('content')

Create Sales RFQ

Request for Quotation Registration
{{ now()->format('l') }}, {{ now()->format('d') }} {{ now()->format('F') }} {{ now()->format('Y') }}
@if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif
@csrf

RFQ Basic Information

Drawing Details

Attachments

Raw Materials *

Additional Notes

@endsection @section('scripts') @endsection