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

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

@if (hasPermission('blog_categories_create')) {{ ___('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
{{ ___('common.sr_no') }} {{ ___('common.name') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{ $row->title }} @if ($row->status == App\Enums\Status::ACTIVE) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif

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

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

@if (count($data['blogCategories']) > 10)
@endif
@endsection @push('script') @include('backend.partials.delete-ajax') @endpush