@extends('content.dashboard.dashboards-analytics') @section('content')
Accueil
/
Engagements
/
Créer un engagement
@include('adminlte-templates::common.errors')
{!! Form::open(['route' => 'engagements.store']) !!}
@include('engagements.fields')
{!! Form::close() !!}
@endsection