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

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

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

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

@include('common.form-errors')
@method('PUT') @csrf
@include('intitules.partials._form')
@lang('global.Cancel')
@endsection