@if(isset($loop)){{ $loop->iteration }}@endif @if($row->name) {{ucfirst($row->name)}} @endif @if($row->address) {{ucfirst($row->address) }} @endif @if($row->location) {{ucfirst($row->location) }} @endif
@if( Auth::user()->hasRole('admin') && $row->id !== 2) {{-- --}} @endif
{{-- @endif --}}