@if (file_exists(public_path('uploads/logo.png')))
@if (Route::has('login'))
@if (!Auth::check())
@lang('lang_v1.login')
@if (config('constants.allow_registration'))
@lang('lang_v1.register')
@endif
@endif
@endif
@if (Auth::check())
@lang('home.home')
@endif