@extends('admin.layout') @php $selLang = \App\Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
Categories
@if (!empty($langs)) @endif
@if (count($course_categories) == 0)

NO COURSE CATEGORY FOUND

@else
@foreach ($course_categories as $course_category) @endforeach
Name Status Serial Number Actions
{{convertUtf8($course_category->name)}} @if ($course_category->status == 1)

Active

@else

Deactive

@endif
{{$course_category->serial_number}} Edit
@csrf
@endif
@endsection @section('scripts') @endsection