@extends('Layouts.adminLayout')
@section('title')
{{__('Edit Department')}}
@endsection
@section('breadcrumb')
@endsection
@section('content')
@php
$departmentUsers=$data['departmentUsers']->toArray()
@endphp
@endsection
@section('script')
@endsection