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

{{__('Difficulty Levels')}}

{{__('Add Difficulty Level')}}
@foreach($difficulty_levels as $difficulty_level) @endforeach
{{__('Name')}} {{__('Action')}}
{{$difficulty_level->name}}
{{$difficulty_levels->links()}}
@endsection @push('style') @endpush @push('script') @endpush