@extends('layouts.admin') @section('content')

Manage Departments

Search for a department to edit or create a new one.

@foreach ($departments as $department)
{{ $department->name }}
@endforeach
@endsection