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

{{ ___('users_roles.users') }}

@if (hasPermission('user_create')) {{ ___('users_roles.add_user') }} @endif
@if (hasPermission('user_update') || hasPermission('user_delete')) @endif @forelse ($data['users'] as $key => $row) @if (hasPermission('user_update') || hasPermission('user_delete')) @endif @empty @endforelse
{{ ___('common.sr_no.') }} {{ ___('common.name') }} {{ ___('common.email') }} {{ ___('common.phone') }} {{ ___('common.status') }}{{ ___('common.action') }}
{{ ++$key }} {{ $row->email }} {{ $row->phone }} @if ($row->status == App\Enums\Status::ACTIVE) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif

No data available

Please add new entity regarding this table

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