{{ config('app.name', 'Laravel') }}
  • About us
  • Contact us
  • Privacy policy
  • Terms and conditions
  • Create post
    • @guest @if (Route::has('login'))
    • {{ __('Login') }}
    • @endif @if (Route::has('register'))
    • {{ __('Register') }}
    • @endif @else
    • {{ Auth::user()->name }}
      {{ __('Logout') }}
      @csrf
    • @endguest