@extends('admin.layouts.app')
@section('crumb')
| ref | name | ads count | phone | Is Blocked | Created At | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $user->name }} | {{ $user->ads->count() }} | {{ $user->email }} | {{ $user?->country_code }}-{{ $user?->phone }} | {{ $user->getCreatedAt() }} | Actions | |
| no data found |