@if(auth()->user()->can('update', $row)) {{ __('Edit') }} @else {{ __('no authorization') }} @endif