@extends('layouts.app') @section('title') Créer un évènement @endsection @section('page-title') Évènements Créer @endsection @section('return-link') {{ route('suivi.evenements.index') }} @endsection @section('content') {!! Form::open(array('route' => 'suivi.evenements.store', 'method'=>'POST', 'enctype' => 'multipart/form-data')) !!} @include('suivi.evenements.form') {!! displayButton('Créer cet évènement', 'btn btn-info mT-20 mB-30') !!} {!! Form::close() !!} @endsection