@extends('adminlte::page')
{{-- @section('content_header')
@lang('global.Add New') @lang('global.Directories')
@endsection --}}
@section('title', __('global.Editing') . ' ' . __('global.Directories'))
@section('content')
{{-- @include('annuaires.partials._tabs') --}}
@if ($annuaire_pharmacie === true)
{!! $tabs->buttons() !!}
@else
{!! $tabs->buttons(['insurance']) !!}
@endif
@include('common.form-errors')
{!! Util::FormSubmitActions('annuaires', route('annuaires.index')) !!}
@endsection