@extends('front.layouts.master') @section('title', 'Job Alert') @section('content')
| {{ translate('Job Title') }} | {{ translate('Deadline') }} | {{ translate('Company') }} | {{ translate('Action') }} |
|---|---|---|---|
|
@if (fileExists($folder = 'jobs', $fileName = $job->job_image) == true && $job->job_image !== '')
@endif
|
{{ customDateFormate($job->job_deadline) }} | {{ $job?->company?->company_name }} |