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

NO BLOG CATEGORY FOUND

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

Active

@else

Deactive

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