@include('admin.partials.company-overview', array('company' => $job->company))
Job Detail
| ID |
{{ $job->id ?? "" }} |
Title |
{{ $job->title ?? "" }} |
| Email |
{{ $job->email ?? "" }} |
Posted on |
{{ $job->created_at->format('d M, Y') ?? "" }} |
| Type |
{{ $job->type ?? "" }} |
Location |
{{ $job->location ?? "N/A" }} |
{{--
| Salary |
{{$job->currency ?? '$'}} {{$job->min_salary > 0 ? ($job->min_salary.' - ') : ''}}{{$job->max_salary}}/year |
--}}
| Description |
{{ $job->description ?? "" }} |
| Roles and Responsiblity |
{{ $job->roles ?? "" }} |
| How to Apply |
{{ $job->how_to_apply ?? "" }} |