@extends('layouts.admin') @section('content')

shopping_cart Gérer vos ventes en ligne

{!! Form::open(array("class" => "form-horizontal")) !!}
{!! Html::link(action('\Plugins\Vente\Controller\VenteController@admin'), "Annuler", array("class" => "btn btn-sm bg-orange waves-effect pull-right")) !!}

Commentaire pour l'expédition de la commande

{!! Form::textarea('commentaire', old('commentaire'), array("style" => "width: 100%", "class" => "editor")) !!}
{!! Form::hidden('id') !!} {!! Form::close() !!} @stop