@php $number = 1; @endphp @foreach ($styles as $style) @include('pages.items.style._action-menu') @endforeach
No Action Parent Table Parent Title Key Value
{{ $number++ }}{{ $style['parent_table'] ?? '' }} {{-- {{ $style['parent_title'] ?? '' }} --}} @php $parentTitle = isset($style['parent_title']) ? str_replace('(item_type)', '(Item Type)', $style['parent_title']) : ''; echo $parentTitle; @endphp {{ $style['key'] ?? '' }} {{-- {{ $style['value'] ?? '' }} --}}
Style Value
{{-- Inject scripts --}} @section('scripts') @endsection