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