{{ header('X-Frame-Options: SAMEORIGIN'); }} {{ $salon['salon_name'] }} - Online Appointment Booking @if($salon['salon_id']==2857) @endif
{{ $salon['salon_name'] ?? "" }} @if(Route::currentRouteName() == 'availability' || Route::currentRouteName() == "review" || Route::currentRouteName() == "login" || Route::currentRouteName() == "signup" || Route::currentRouteName() == "success") {{ (!empty($salon['salon_contact_no']))? ("(".substr($salon['salon_contact_no'],0,3).") ".substr($salon['salon_contact_no'],3,3)."-".substr($salon['salon_contact_no'],6)) : "" }} @endif {{ ($salon['salon_address'] ?? "") .", ". ($salon['salon_city'] ?? "").", ".($salon['salon_state'] ?? "")." ".($salon['salon_zip'] ?? "") }}
{{ (isset(Auth()->user()->name)) ? "Hi ".Auth()->user()->name."!": "Login" }} menu
menu

callHave questions? Give us a call!

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