@extends('layouts.dashboard') @section('style') @endsection @section('content')
{{ $page_title }}
{!! Form::model($menu,['route'=>['menu-update',$menu->id],'method'=>'put','class'=>'form-horizontal']) !!}
{!! Form::close() !!}
@endsection