@foreach($data as $row) {{$row->guestId}} {{$row->firstName}} {{$row->lastName}} {{$row->email}} {{$row->deviceType}} @if(!empty($row->device_information)) N/A @endif @if($row->status== 1)
Active
@elseif($row->status == 2)
Inactive
@else N/A @endif ₵ @if(!empty($row->credits)) {{$row->credits}} @else 0 @endif @endforeach