@extends('layouts.app') @section('content') @isset ($new_user_first_quote) @if ($new_user_first_quote) @endif @endisset {{-- Setting the patient user's passport api access token, that can be used in all subsequent AJAX calls to make calls to any api that starts with /api/v1/patient-api/... as these apis are protected by auth:api middleware --}} @isset ($loggedInFlag) @if ($loggedInFlag) @endif @endisset @component('components.sidebar') @endcomponent

Quote Requests

{{--
{{Auth::user()->name}}
+{{Auth::user()->country_code}} ({{Auth::user()->country_name}})
--}}
@if (Auth::guard('web')->check()) @endif
{{-- --}} @endsection