@extends('layouts.app') @section('title') Level @endsection @section('content')

Level

@include('admin.level.table')
@endsection