@if (\Illuminate\Support\Str::contains($btns,'i'))
@can($model.'.index')
@lang('Back to List')
@endcan
@endif
@if (\Illuminate\Support\Str::contains($btns,'e'))
@can($model.'.edit')
@lang('Edit')
@endcan
@endif
@if (\Illuminate\Support\Str::contains($btns,'c'))
@can($model.'.update')
@lang('Show/Hide Changes')
@endcan
@endif