Man Print Techhub
@if (Route::has('login'))
@auth Dashboard @else Log in @endauth
@endif
{{ __('Dashboard') }} {{ __('Inventory') }} {{ __('TaskCenter') }} {{ __('Rit Registratie') }} {{ __('Manuals') }} {{ __('Software') }} {{ __('PrintPedia') }} {{ __('Contact') }}
Tom Cook
tom@example.com
@if (Route::has('login'))
@auth Dashboard @else Log in @if (Route::has('register')) Register @endif @endauth
@endif