{{ header('X-Frame-Options: SAMEORIGIN'); }} Amazing Lash Studio - Online Appointment Booking
{{ $salon['salon_name'] ?? "" }} @php $salon_phone_raw = $salon['salon_contact_no'] ?? ''; $salon_phone_display = !empty($salon_phone_raw) ? ("(".substr($salon_phone_raw,0,3).") ".substr($salon_phone_raw,3,3)."-".substr($salon_phone_raw,6)) : ''; $salon_address_display = trim(($salon['salon_address'] ?? '') . ', ' . ($salon['salon_city'] ?? '') . ', ' . ($salon['salon_state'] ?? '') . ' ' . ($salon['salon_zip'] ?? '')); $salon_maps_url = 'https://maps.google.com/?q=' . rawurlencode($salon_address_display); @endphp {{ $salon_address_display }}
{{ (isset(Auth()->user()->name)) ? "Hi ".Auth()->user()->name."!": "Login" }}

{{ $salon['salon_name'] ?? "" }}

{{ $salon_address_display }}

{{ $salon_phone_display }}

{!! nl2br($salon['config_hours'] ?? '') !!}

Have questions? Give us a call!

@yield('content')
@yield('customJs')