@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($article_categories) == 0)

NO ARTICLE CATEGORY FOUND

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

Active

@else

Deactive

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