@php $number = 1; @endphp @foreach ($buttons as $button) @include('pages.items.button._action-menu') @endforeach
No Action Parent Table Parent Title Link Text
{{ $number++ }}{{ $button['parent_table'] ?? '' }} {{ $button['parent_title'] ?? '' }} {{ $button['link'] ?? '' }} {{ $button['text'] ?? '' }}
{{-- Inject scripts --}} @section('scripts') @endsection