@extends('adminlte::page') @section('title', __('global.Create') . ' ' . __('global.Intitule')) {{-- @section('content_header')

@lang('global.Creation') @lang('global.Intitule')

@stop --}} @section('content')

@lang('global.Intitule')

@include('common.form-errors')
@csrf @include('intitules.partials._form') {!! Util::FormSubmitActions('intitule_form', route('intitules.index')) !!}
@endsection