@stack('styles')
{{ config('app.site-name', 'Laravel'). ' Admin' }}
@if (Auth::guest())
Login
@else
Admin
Manage Edit Locks
Versioning
@if(app(\App\Libraries\H5P\Interfaces\H5PAdapterInterface::class)->getAdapterName() !== 'ndla')
NDLA Import
@if(resolve(\App\Libraries\H5P\Interfaces\H5PAdapterInterface::class)->showArticleImportExportFunctionality())
Import / Export Settings
@endif
@endif @if( config('h5p.isHubEnabled') !== true )
Articles
Max score {{--
{{\App\Article::noMaxScore()->ofBulkCalculated(\App\Article::BULK_UNTOUCHED)->count()}}
{{\App\Article::ofBulkCalculated(\App\Article::BULK_FAILED)->count()}}
--}}
@endif
H5P
Capabilities
Update libraries
@if( resolve(\App\Libraries\H5P\Interfaces\H5PAdapterInterface::class)->useMaxscore() )
Max score {{--
{{\App\H5PContent::noMaxScore()->count()}}
{{\App\H5PContent::ofBulkCalculated(\App\Libraries\H5P\H5PLibraryAdmin::BULK_FAILED)->count()}}
--}}
@endif
@if(app(\App\Libraries\H5P\Interfaces\H5PAdapterInterface::class)->getAdapterName() !== 'ndla')
Games
@endif
{{ Auth::user()->name }}
Logout
{{ csrf_field() }}
@endif
@yield('content') @stack('js')