@extends('adminlte::page')
{{-- @section('content_header')
@lang('global.Add New') @lang('global.Directories')
@endsection --}}
@section('title', __('global.Creation') . ' '.__('global.Directories'))
@section('content')
@lang('global.Creation') @lang('global.Directories')
{!! $tabs->buttons() !!}
@include('common.form-errors')
@endsection