@extends('layouts.mastercms') @section('content')
Create @foreach($menu as $posts) @endforeach
id title description parent_id Action
{{$posts->id}} {{$posts->title}} {{$posts->description}} {{$posts->parent_id}}
@csrf @method('DELETE')
@endsection