@include('commons.notifications')
@if (session('status'))
{{ session('status') }}
@endif
| # |
Name |
Email |
Phone |
Country |
Status |
Date Added |
Action |
@if($clients)
@foreach($clients->content as $row)
| {{ $count }} |
{{ $row->name }} |
{{ $row->email }} |
{{ $row->phoneNumber }} |
{{ $row->country }} |
{{ $row->status }} |
{{ $row->createdAt }} |
|
@endforeach
@else
| No records found |
@endif