@php $number = 1; @endphp @foreach ($articles as $article) @include('pages.article-custom.action_menu') @endforeach
No Title Link Action
{{ $number++ }} {{ $article['title'] }} {{ $article['link'] }}
{{-- Inject scripts --}} @section('scripts') @endsection