@extends('layouts.master') @section('content')
Inquiry {{-- Add Airline --}} {{-- Forms --}} {{-- Form Layouts --}}

Edit Inquiry# {{ $dec_inq_id }} Add Inquiry

Edit Inquiry

@if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif
{{-- --}}
@csrf
@endsection @push('scripts') @endpush