@extends('layouts.app-admin') @section('content')
| # | User Id | Img | Partner Name | Email Id | Mobile No. | Status | Created Date | Action |
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$row->userid}} | @if($row->profileImage)
|
{{$row->name}} @if(@$row->type=='guest') Guest @endif | {{$row->email}} | {{$row->mobile}} | @if($row->status=='0') Active @else Disabled @endif | @if(empty($row->created_at)) @else {{date('d M, Y h:i:s', strtotime($row->created_at))}} @endif | @if(empty($row->email_verified_at)) Verify Email Id @endif |