@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
@csrf

{{ __('Hide Contact / Inquiry Form') }}

{{ __('Appointment, Contact & Inquiry Form Configuration') }}

@include('user.includes.footer')
@push('custom-js') @endpush @endsection