@extends('layouts.department-details-layout') @php $count = count($applications); @endphp @section('content')

All Applications

Found {{ $count}} Entries

@component('components.applications_list', [ 'applications' => $applications, 'showServiceColumn' => true ]) @endcomponent
@endsection @section('more-scripts') @endsection