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

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

{{ $data['title'] }}

@if (hasPermission('parent_create')) {{ ___('common.add') }} @endif
@if (@$data['parents'])
@if (hasPermission('parent_update') || hasPermission('parent_delete')) @endif @forelse ($data['parents'] as $key => $row) @if (hasPermission('parent_update') || hasPermission('parent_delete')) @endif @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.name') }} {{ ___('common.phone') }} {{ ___('common.email') }} {{ ___('common.address') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{ $row->user->name }} {{ $row->user->phone }} {{ $row->user->email }} {{ $row->guardian_address }} @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') }}

@else

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

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

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