@extends('dashboard.layouts.app') @section('content') @include('components.alert')
|
{{-- --}}
Id
{{-- |
Name
|
{{-- --}}
Mail Alias
{{-- |
Actions |
|---|---|---|---|
| {{ $department->id }} | {{ $department->name }} | {{ $department->mail_alias }} | @if($department->can_delete != 'no') @else @endif |
| No departments found. | |||