@extends('layouts.backend') @section('extra_css') @endsection @section('content') Edit Menu @if (count($errors) > 0) @foreach ($errors->all() as $error) × {{ $error }} @endforeach @endif @if (Session::get('message')) × {{ Session::get('message') }} @endif {{ csrf_field() }} Menu URL Position Update All Menu Id Menu Url Position Action @foreach(\App\Menu:: orderBy('position', 'asc')->get() as $menu) {{ $menu->id }} {{ $menu->url_text}} {{ $menu->url_path}} {{ $menu->position}} {{ csrf_field() }} @endforeach @endsection @section('extra_js') @endsection