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

Add New Session

Create a Brand new Session

@csrf

Sessions List

@php $count=0 @endphp @foreach ($sessions as $s ) @endforeach
Id Education System Board Session Name Description
{{++$count}} {{$educationSystems->firstWhere('esid',$s->esid)->esname}} {{$boards->firstWhere('bid',$s->bid)->bname}} {{$s->sname}}
{{--
@csrf
--}}
@endsection @section('admin-js') {{-- draw all data tables --}} @endsection