@extends('layouts.backend') @section('extra_css') @endsection @section('content')

Edit Menu

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

All Menu

@foreach(\App\Menu:: orderBy('position', 'asc')->get() as $menu) @endforeach
Id Menu Url Position Action
{{ $menu->id }} {{ $menu->url_text}} {{ $menu->url_path}} {{ $menu->position}}
{{ csrf_field() }}
@endsection @section('extra_js') @endsection