@extends('layouts.admin') @section('content')

Max score calculation

Libraries that supports max score, and have content where max score is not calculated

If a library uses other libraries that can give a score, these libraries should have a pre-save script. The calculation will not fail if the script is missing, but the calculation might not give the expected result.
    @forelse($libraries as $library)
  • {{$library->contents_count}}
  • @empty No libraries found @endforelse
@endsection @push('js') @endpush @foreach($scripts as $script) @push('js') @endpush @endforeach