@extends('adminlte::page') {{-- @section('content_header')

@lang('global.Add New') @lang('global.Annuaires')

@endsection --}} @section('title', __('global.Creation') . ' '.__('global.Annuaires')) @section('content')

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

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