@include(theme('partials._header')) @include(theme('partials._menu')) @if(Settings('frontend_active_theme') == 'kidslms')
error:page not found

@yield('message')

@yield('details')

{{__('frontend.Back To Homepage')}}
@else

@yield('message')

@yield('details')

{{__('frontend.Back To Homepage')}}
@endif @yield('mainContent') @include(theme('partials._footer'))