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

Add New Board

Create a Brand new Board

@csrf
{{--
--}}

Boards List

{{-- --}} {{-- --}} @php $count=0 @endphp @foreach ($boards as $bd ) {{-- --}} @endforeach
IdImageEducation System Name DescriptionWebsite
{{++$count}} {{$educationSystems->firstWhere('esid',$bd->esid)->esname}} {{$bd->bname}}
{{--
@csrf
--}}
@endsection @section('admin-js') {{-- draw all data tables --}} @endsection