@if ($row->Photo && file_exists(public_path('uploads/'.$row->Photo)))
@else
@endif
|
{{ $row->Fname }} {{ $row->Lname }} |
{{ $row->Phone }} |
{{ $row->EmailId }} |
{{ $row->Password }} |
{{ $row->Address }} |
@if ((int) $row->Status === 1)
Approved
@else
Pending
@endif
|
{{ $row->CreatedDate ? $row->CreatedDate->format('d/m/Y') : '' }} |
|
@endforeach