@extends('layouts.portal') @section('page-title', __('My Applications')) @section('sidebar') @include('seeker.partials.sidebar') @endsection @section('content')
| {{ __('Job') }} | {{ __('Company') }} | {{ __('Status') }} | {{ __('Applied') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $application->job?->title }} | {{ $application->job?->company?->name }} | {{ $application->status->label() }} | {{ $application->created_at->format('M d, Y') }} | {{ __('View Job') }} |
| {{ __('No applications yet.') }} {{ __('Find jobs') }} | ||||