@extends('layouts.admin')
@section('header')
WebResto
Gérer votre carte ...
@stop
@section('content')
{!! Form::open() !!}
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('\Plugins\Webresto\Controller\WebrestoController@compose_menu', array('id' => $menu->id)) . "'")) !!}
{!! Form::submit("Ajouter le plat") !!}
{!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('\Plugins\Webresto\Controller\WebrestoController@compose_menu', array('id' => $menu->id)) . "'")) !!}
{!! Form::submit("Ajouter le plat") !!}
{!! Form::hidden('id', $menu->id) !!}
{!! Form::hidden('type', $type) !!}
{!! Form::close() !!}
@stop