@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ _trans('common.blog_category') }}

@if (hasPermission('blog_categories_create')) {{ _trans('common.add') }} @endif
@if (hasPermission('blog_categories_update') || hasPermission('blog_categories_delete') || hasPermission('blog_categories_update_terms')) @endif @forelse ($data['blogCategories'] as $key => $row) @if (hasPermission('blog_categories_update') || hasPermission('blog_categories_delete') || hasPermission('blog_categories_update_terms')) @endif @empty @endforelse
{{ _trans('common.sr_no') }} {{ _trans('common.name') }} {{ _trans('common.status') }}{{ _trans('common.action') }}
{{ ++$key }} {{ $row->title }} @if ($row->status == App\Enums\Status::ACTIVE) {{ _trans('common.active') }} @else {{ _trans('common.inactive') }} @endif

{{ _trans('landlord.No data available') }}

{{ _trans('landlord.Please add new entity regarding this table') }}

@if ($data['blogCategories'] instanceof Illuminate\Pagination\LengthAwarePaginator)
@endif
@endsection @push('script') @include('backend.partials.delete-ajax') @endpush