@extends('admin.layout.app') @section('content')
{{--
--}} {{--
--}} {{--
--}} {{--

--}} {{-- Mini Cards--}} {{--

--}} {{--
--}} {{-- Central Hub for Personal Customization--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}

Showing {{$users->count()}} Users

@if($users->isEmpty()) @else
@foreach($users->take(20) as $user)
{{-- --}} {{--
--}}

{{$user->name ?? ''}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{$user->title ?? ''}}
@endforeach
@if($users->count() > 20)
Show more Profiles
@endif @endif
@endsection