Name
Email
Mobile
Created At
Action
@foreach($users as $user)
{{$user->name ?? ''}} {{$user->lastname ?? ''}}
{{$user->email ?? ''}}
{{$user->mobile ?? ''}}
{{--
{{$user->referral_coupon}}
--}}
{{dateFormat($user->created_at) ?? '' }}
$user->id ]) }}" class="btn btn-sm btn-icon item-show">
$user->id ]) }}" class="btn btn-sm btn-icon item-edit">
@endforeach @if(count($users) <=0)
No data available
@endif
@if ($users->hasPages())
@if (!$users->onFirstpage())
@endif
Page {{ number_format($users->currentPage()) }} of {{ number_format($users->lastPage()) }}
@if (!$users->onLastpage())
@endif
@endif