@php $title = $blade_data['title']; //$routeLink = "admin.pages"; $routeLink = $blade_data['routeLink']; $positions = isset($form_data->positions) && !empty($form_data->positions) ? explode(',', $form_data->positions) : []; @endphp @extends('admin.layouts.app') @section('page-title', $title) @section('breadcrumb') @endsection @section('content')
@forelse ($all_data as $key => $item) @empty @endforelse
{{ __('ID') }} {{ __('Section') }} {{ __('Options') }}
{{ $item->id }} {{ $item->type }} @if (in_array($item->id, ['1'])) List @endif Edit
There is no data
@endsection