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

NO JOB CATEGORY FOUND

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

Active

@else

Deactive

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