@foreach($users as $key=> $row) @if ($row->id != auth()->user()->id && auth()->user()->role !='super_admin') @continue @endif