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

contact_mail Newsletter

{!! Form::model($categorie, array("class" => "form-horizontal")) !!}
@if($categorie != null) {!! Form::submit("Enregistrer et rester sur la page", array("class" => "btn btn-sm bg-teal waves-effect m-l-15 pull-right", "name" => "saveAndkeep")) !!} @endif {!! Form::reset('Annuler', array("onclick" => "window.location = '" . action('\Plugins\Newsletter\Controller\NewsletterController@admin') . "'", "class" => "btn btn-sm bg-orange waves-effect pull-right")) !!}

Catégorie de newsletter

Éditer une catégorie

{!! Form::text('libelle', old('libelle'), array("class" => "form-control", "placeholder" => "Nom de la catégorie", "required")) !!}
{!! Form::hidden('id') !!} {!! Form::close() !!} @stop