@extends('layouts.admin') @section('title', 'Dashboard') @section('heading', 'Dashboard') @section('content')
| Applicant | Course | Status | Date |
|---|---|---|---|
|
{{ $app->user->name }}
{{ $app->user->email }}
|
{{ $app->course->title }}
{{ $app->course->university->name }}
|
{{ $app->status }} | {{ $app->created_at->diffForHumans() }} |
| No applications yet. | |||