@extends('admin.layouts.app') @section('panel')
@forelse($users as $user) @empty @endforelse
@lang('User') @lang('Contact') @lang('Country') @lang('Joined At') @lang('Action')
{{ $user->fullname }}
@{{ $user->username }}
{{ $user->email }}
{{ $user->mobile }}
{{ $user->country_code }} {{ showDateTime($user->created_at) }}
{{ diffForHumans($user->created_at) }}
@if ($user->status == Status::USER_ACTIVE) @else @endif
{{ __($emptyMessage) }}
@if ($users->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush