@extends('adminlte::page')
@section('title', __('global.Create') . ' '.__('global.Intitule'))
{{-- @section('content_header')
@lang('global.Creation') @lang('global.Intitule')
@stop --}}
@section('content')
@lang('global.Create') @lang('global.Intitule')
@lang('global.Intitule')
{!! Util::FormSubmitActions("intitule_form", route('intitules.index')) !!}
@endsection