{{--
--}} {{--
--}}
@if(config('app.new_auth_style'))
NZOHS provides the tools to
easily record that you have been
fulfilling your health and safety duties.
{{--
--}}
@yield('content')
{{--
--}}
@else
{{ setting('site_title', 'Laravel') }}
@guest
{{ __('Login') }}
@if (Route::has('register'))
{{ __('Register') }}
@endif @else
{{ Auth::user()->name }}
@role('admin')
{{ __('Dashboard') }}
@endrole
{{ __('Logout') }}
@csrf
@endguest
@yield('content')
@endif @stack('js') {{----}} @include('vendor.lara-izitoast.toast')