@extends('layouts.app') @section('title', 'Deleted Departments') @section('header', 'Recycle Bin') @section('subheader', 'Restore or permanently delete removed departments') @section('header-actions') Back to Departments @endsection @section('content')
| Name | Code | Status | Deleted | Actions |
|---|---|---|---|---|
|
{{ $department->name }}
@if ($department->description)
{{ Str::limit($department->description, 60) }}
@endif
|
{{ $department->code }} | {{ $department->deleted_at?->diffForHumans() }} | @can('restore', $department) @endcan @can('forceDelete', $department) @endcan | |
| The recycle bin is empty. | ||||