@extends('layouts.admin') @section('title', 'Admin Dashboard') @section('page-title', 'Dashboard') @section('content')
Pending Applications
{{ $stats['pending_applications'] }}
Total Applications
{{ $stats['total_applications'] }}
Unread Messages
{{ $stats['unread_contacts'] }}
Published Posts
{{ $stats['published_posts'] }}
{{ $application->email }}
{{ $application->preferred_destination }}
{{ $application->created_at->diffForHumans() }}
No applications yet
@endforelse View All Applications →{{ $contact->subject }}
{{ Str::limit($contact->message, 60) }}
{{ $contact->created_at->diffForHumans() }}
No messages yet
@endforelse View All Messages →