@extends('layouts.app') @section('title', 'Modifier évènement') @section('content')

Modifier évènement

{!! Form::model($evenement, ['method' => 'PUT', 'url' => route('evenements.update', $evenement)]) !!} {{ csrf_field() }} @include('evenements.form')
Annuler
{!! Form::close() !!}
@endsection @section('script') @endsection