@extends('Backend.dashboard') @section('title') Court Rooms @endsection @section('content') @if(Session::has('success'))
@endif @if(Session::has('danger'))
@endif @if(count($errors) > 0)
@foreach($errors->all() as $error) @endforeach
@endif
@foreach($courtrooms as $court) @endforeach
Court Rooms Actions
{{ $court->name }} Edit Delete

List Of Categories

@foreach($courtroom_cats as $cat) @endforeach
Categories Actions
{{ $cat->name }} Edit Delete

Add New Category

@csrf
@csrf
@endsection @section('ckeditor') @endsection