{{--

Ra Kopiran

--}} logo icon {{-- --}}
  • @guest @else
    Profile Image {{ Auth::user()->name }}
    Profile
    {{ __('Logout') }}
    @csrf
    @endguest
  • Home
  • About
  • Menu
  • Specials
  • Gallery
  • Contact
{{-- Book a table --}} @guest @if (Route::has('login'))
{{-- {{ __('Login') }} --}}
@endif @else
{{ Auth::user()->name }}
Profile
{{ __('Logout') }}
@csrf
@endguest