@extends('admin.layout') @php $selLang = \App\Models\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($pcategories) == 0)

NO PRODUCT CATEGORY FOUND

@else
@foreach ($pcategories as $key => $category) @endforeach
Name Image Status Featured Actions
{{convertUtf8($category->name)}} @if ($category->status == 1)

Active

@else

Deactive

@endif
@csrf
Edit
@csrf
@endif
@endsection