{{--
--}} {{--
--}}
@yield('title','No title')
@yield('styles')
{{ config('app.name', 'CarRent') }}
Bookings
@auth
@if(Auth::user()->carOwner())
{{ __('My Cars') }}
@endif
@endauth
@guest @if (Route::has('login'))
{{ __('Login') }}
@endif @if (Route::has('register'))
{{ __('Register') }}
@endif @else
{{ Auth::user()->name }}
Profile
{{ __('Logout') }}
@csrf
@endguest
@yield('content')
@yield('scripts')