@foreach ($howWeWorks as $howWeWork) @endforeach
{{ __('lang.title') }} {{ __('lang.image') }} {{ __('lang.actions') }}
{{ $howWeWork->title }} @if (auth()->user()->can('update Intro')) @endif @if (auth()->user()->can('delete Intro')) @endif
{{-- --}}