@extends('layouts.app') @section('title') Créer une thematique @endsection @section('page-title') Thematiques Créer @endsection @section('return-link') {{ route('suivi.thematiques.index') }} @endsection @section('content') {!! Form::open(array('route' => 'suivi.thematiques.store', 'method'=>'POST', 'enctype' => 'multipart/form-data')) !!} @include('suivi.thematiques.form') {!! displayButton('Créer ce thematique', 'btn btn-info mT-20 mB-30') !!} {!! Form::close() !!} @endsection