@foreach ($features as $feature) @endforeach
{{ __('lang.name') }} {{ __('lang.actions') }}
{{ $feature->name }} @if (auth()->user()->can('update features')) @endif @if (auth()->user()->can('delete features')) @endif