@extends('layouts.app') @section('title', 'Applications') @push('styles') @endpush @section('breadcrumb') Dashboard Applications @endsection @section('content')
Review, approve, and reject candidate applications.
| # | Candidate | Post | Roll # | Status | Applied | Actions | |
|---|---|---|---|---|---|---|---|
| @if($app->isPending()) @endif | {{ $loop->iteration }} |
{{ $app->user?->name }}
{{ $app->user?->email }}
|
{{ $app->post?->code }}
{{ Str::limit($app->post?->title, 36) }}
|
@if($app->roll_number) {{ $app->roll_number }} @else — @endif | {{ $app->status_label ?? ucfirst($app->status) }} | {{ $app->created_at->format('d M Y') }} |