@extends('layouts.app') @section('title', 'Add Document Type') @section('page-title', 'Add Document Type') @section('breadcrumbs') @include('layouts.components.breadcrumbs', ['items' => [['label' => 'Admin', 'url' => '/admin/dashboard'], ['label' => 'Document Types', 'url' => route('admin.document-types.index')], ['label' => 'Add']]]) @endsection @section('content')
@endsection