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

{{ ___('settings.genders') }}

@if (hasPermission('gender_create')) {{ ___('common.add') }} @endif
@if (hasPermission('gender_update') || hasPermission('gender_delete')) @endif @forelse ($data['genders'] as $key => $row) @if (hasPermission('gender_update') || hasPermission('gender_delete')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.name') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{ $row->name }} @if ($row->status == App\Enums\Status::ACTIVE) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif

{{ ___('common.No data available') }}

{{ ___('common.Please add new entity regarding this table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush