@extends('admin.layouts.app') @section('panel') @push('topBar') @include('admin.config_category.top_bar') @endpush
@forelse($categories as $category) @php $category->image_with_path = getImage( getFilePath('category') . '/' . $category->image, getFileSize('category'), ); @endphp @empty @endforelse
@lang('Name') @lang('Is Featured') @lang('Subcategories') @lang('Jobs') @lang('Status') @lang('Action')
{{ __($category->name) }}
@if ($category->is_featured == Status::YES) @lang('Yes') @else @lang('No') @endif {{ $category->subcategories_count }} {{ $category->jobs_count }} @php echo $category->statusBadge; @endphp
{{ __($emptyMessage) }}
@if ($categories->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush