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

{{ $data['title'] }}

@if (hasPermission('member_create')) {{ ___('common.add') }} @endif
@if (hasPermission('member_update') || hasPermission('member_delete')) @endif @forelse ($data['member'] as $key => $row) @if ((hasPermission('member_update') || hasPermission('member_delete')) && $row->fees_collect_id == null) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.name') }} {{ ___('library.category') }} {{ ___('common.phone') }} {{ ___('common.email') }} {{ ___('common.gender') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{ @$row->user->name }} {{ @$row->category->name }} {{ @$row->user->phone }} {{ @$row->user->email }} {{ @$row->user->userGender->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