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