@extends('admin.layouts.layout') @section('content')
@foreach($menu_type as $link) @endforeach
ID Name Created At Updated At Actions
{{$link->id}} {{$link->name}} {{$link->created_at}} {{$link->updated_at}} Menu Edit Delete
@endsection