@extends('customer.layouts.app')
@push('stylesheets')
@endpush
@push('topnav')
Dashboard
@endpush
@section('content')
Application Details
Total
{{ $totalCount }}
Applications
@foreach ($applicationCounts as $count)
Year {{ $count->year }}
{{ $count->count }}
Applications
View
@endforeach
{{-- Requests
--}}
@endsection
@push('scripts_bottom')
@endpush