{{-- SEO Meta Tags --}}
@yield('title', config('app.name', 'The Fair Way Social')) - Play Golf with Professionals
{{-- Open Graph / Social Media --}}
{{-- Twitter Card --}}
{{-- Canonical URL --}}
@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles') {{-- Navigation --}}
The Fair Way Social
{{-- Desktop Navigation --}}
How It Works
About
FAQ
Contact
@auth @if(auth()->user()->role === 'golfer')
Dashboard
@else
Dashboard
@endif @else
Log in
@if (Route::has('register'))
Get Started
@endif @endauth
{{-- Mobile menu button --}}
{{-- Mobile menu --}}
How It Works
About
FAQ
Contact
@auth @if(auth()->user()->role === 'golfer')
Dashboard
@else
Dashboard
@endif @else
Log in
@if (Route::has('register'))
Get Started
@endif @endauth
{{-- Main Content --}}
@yield('content')
{{-- Footer --}} @stack('scripts')