@extends('adminlte::page')
@section('title', __('Edit Document Category'))
@section('content_top_nav_right')
@endsection
@section('content_header')
@stop
@section('plugins.Flag', true)
@section('plugins.Select2', true)
@section('plugins.Pace', true)
@section('plugins.Toastr', true)
@section('plugins.Sweetalert2', true)
@section('plugins.IconPicker', true)
@section('plugins.ColorPicker', true)
@section('plugins.ShowHidePassword', true)
@section('content')
@include('admin.settings._link-modal')
@stop
@push('css')
@include('admin.document._style')
@endpush
@push('js')
@include('layouts.partials._notification')
@include('layouts.partials._switch_lang')
@include('admin.document._script')
@endpush
@section('footer')
@include('layouts.partials._footer')
@stop