@extends('layouts.app') @section('title', 'Add Department Template') @section('page-title', 'Add Department Template') @section('breadcrumbs') @include('layouts.components.breadcrumbs', ['items' => [['label' => 'Admin', 'url' => '/admin/dashboard'], ['label' => 'Dept Templates', 'url' => route('admin.department-templates.index')], ['label' => 'Add']]]) @endsection @section('content')
@csrf

Template Details

@include('admin.department-templates._form', ['template' => null])
Cancel
@endsection