Menus

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif @if (Session::get('message')) @endif

Edit Existing Menu Please fill up this form carefully


{{ csrf_field() }}

All Menus manage your Menu

@foreach(\App\Menu::all() as $menu) @endforeach
# Lavel Url Position Action
{{ $menu->id }} {{ $menu->url_text}} {{ $menu->url_path}} {{ $menu->podition}}
{{ csrf_field() }}