@extends('adminlte::page')
{{-- @section('content_header')
@lang('global.Add New') @lang('global.Annuaires')
@endsection --}}
@section('title', __('global.Update').' '. __('global.Annuaires'))
@section('content')
@lang('global.Editing') @lang('global.Annuaires')
@include('common.form-errors')
{!! Util::FormSubmitActions("annuaires", route('annuaires.index')) !!}
@endsection