@extends('layouts.main') @php $delete_confirmation_text = "Yakin ingin menghapus Menu? Data yang dihapus tidak dapat dikembalikan" @endphp @section('container')

List

Add New
@foreach ($res as $row) @foreach ($row->childs as $child) @endforeach @endforeach
No Name URL SLug Icon HasChild Sequence Role
{{ $no++ }} {{ $row->name }} {{ $row->url }} {{ $row->slug }} {{ $row->icon }} {{ $row->has_child }} {{ $row->sequence }} {{ $row->role_name }}
- {{ $child->name }} {{ $child->url }} {{ $child->slug }} {{ $child->icon }} {{ $child->has_child }} {{ $child->sequence }} {{ $child->role_name }}

@endsection @section('javascript') @endsection