@extends('panel.layout.app', ['disable_tblr' => true])
@section('title', __('Mega Menus'))
@section('titlebar_actions')
{{ __('Add Mega Menu') }}
@endsection
@section('content')
|
{{ __('Name') }}
|
{{-- --}}
{{-- {{ __('status') }} --}}
{{-- | --}}
{{ __('Actions') }}
|
@foreach ($items as $item)
|
{{ $item->name }}
|
{{-- --}}
{{-- {{ $item->status }} --}}
{{-- | --}}
|
@endforeach
@endsection
@push('script')
@endpush