@extends('layouts.app') @section('title', 'Candidate Dashboard') @section('breadcrumb') Home Dashboard @endsection @push('styles') @endpush @section('content') {{-- Smart completion warning (shows only while profile < 100%) --}} @include('candidate._partials._completion_warning', ['completion' => $completion]) {{-- Profile status banner --}} @if(!$profile)
@elseif($profile->isPending()) @elseif($profile->isRejected()) @else @endif {{-- Stat cards (all link to the my-applications list; exams card links there too since per-attempt pages require an application context) --}}