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