@extends('system-mgmt.department.base') @section('action-content')
Update department
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endsection