@extends('admin.layout.master') @section('body')
| Job title | Location | Salary | Offer type | Description | Expires | Applicants | Added | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $job->title }} | {{ $job->location }} | {{ $job->salary }} | {{ $job->job_type }} | {{ strip_tags(str_limit($job->description, 20)) }} | {!! $job->expires !!} | {{ $job->applicants_count }} @if ($job->applicants_count > 0) View @endif | {{ $job->created_at->diffForHumans() }} | Edit |