@extends('adminlte::page') @section('title', 'Add New Intitule') {{-- @section('content_header')

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

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

@lang('global.Create') @lang('global.Intitule Groups')

@csrf @include('intitule-groups.partials._form')
@endsection