@extends('layouts.app') @section('content')
{{--{!! Helper::convertToUpperCase('Request for a Quote') !!}--}}
{{----}}
@if (Auth::guard('web')->check())
You are already logged in!

Click the below button to view, create or update quotes (s)

My Dashboard
@else

@component('components.createHospitalForm') @endcomponent

@endif
@endsection