@extends('layouts.admin') @section('content')
Levels @include('admin.errors.form-errors')

Add New Level

Create a Brand new Level

@csrf
{{--
--}}

Levels List

{{-- --}} @php $count=0 @endphp @foreach ($levels as $l ) {{-- --}} @endforeach
Id Education System Board Short Name Name DescriptionWebsite
{{++$count}} {{$educationSystems->firstWhere('esid',$l->esid)->esname}} {{$boards->firstWhere('bid',$l->bid)->bname}} {{$l->lshort_name}} {{$l->lname}}
@csrf
@endsection @section('admin-js') @endsection