Toggle navigation
{{config('app.name', 'ultimatePOS')}}
@if(Auth::check())
@lang('home.home')
@endif @if(Route::has('frontend-pages') && config('app.env') != 'demo' && !empty($frontend_pages)) @foreach($frontend_pages as $page)
{{$page->title}}
@endforeach @endif @if(Route::has('pricing') && config('app.env') != 'demo')
@lang('superadmin::lang.pricing')
@endif @if(Route::has('repair-status'))
@lang('repair::lang.repair_status')
@endif
@if (Route::has('login')) @if(!Auth::check())
@lang('lang_v1.login')
@if(config('constants.allow_registration'))
@lang('lang_v1.register')
@endif @endif @endif