@forelse($departments as $dept) @empty @endforelse
Department Images Status Actions
{{ $dept->name }}
{!! strip_tags($dept->description) !!}
{{ $dept->images_count }}
@csrf

No departments found in directory

@if($departments->hasPages())
{{ $departments->links() }}
@endif