@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')

@method('PUT')
@csrf @include('intitules.partials._form')
@endsection