@extends('layouts.admin') @section('content')
| Date | Name | Company | Status | Actions |
|---|---|---|---|---|
| {{ $app->created_at->format('M d, Y') }} |
{{ $app->name }}
{{ $app->email }}
|
{{ $app->company_name }} | {{ ucfirst($app->status) }} | |
| No applications found. | ||||