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

NO SERVICE CATEGORY FOUND

@else
@foreach ($scategorys as $key => $scategory) @endforeach
Icon Image Name Featured Serial Number Status Actions
@if (!empty($scategory->image)) @endif {{convertUtf8($scategory->name)}}
@csrf
{{$scategory->serial_number}} @if ($scategory->status == 1)

Active

@else

Deactive

@endif
Edit
@csrf
@endif
@endsection @section('scripts') @endsection