@extends('adminlte::page') @section('title', 'Tolly Fest Disciplines') @section('content_header') @stop @section('content')

Tolly Fest Disciplines

List Of Disciplines

{{--

Total No. of Disciplines: {{ $disciplines->total() }}

--}} @if(isset($disciplines)) @foreach($disciplines as $discipline) @if ($discipline->status == 1) @else @endif @endforeach @endif
ID Type Discipline Name Image Status Actions
{{$discipline->id}} {{$discipline->type}} {{$discipline->discipline_name}} @if($discipline->discipline_image) Image @else No Image @endif Active Inactive
        
ID Type Discipline Name Image Status Actions
@stop @section('js') @include('admin.tolly-fest-discipline.scripts.index') @stop