@extends('layouts.admin') @section('template_title') {{ __('Create') }} Sub Department @endsection @section('content')
@includeif('partials.errors')
{{ __('Create') }} Sub Department
@csrf @include('sub-department.form')
@endsection