@include('company.sidebar')
Hello, {{ Auth::guard('company')->user()->person_name }} ({{ Auth::guard('company')->user()->company_name }})
See all the statistics at a glance:
{{ $total_opened_jobs }}
Open Jobs
{{ $total_featured_jobs }}
Featured Jobs
Recent Jobs
| SL | Title | Category | Location | Is Featured? | Is Urgent? |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->title }} | {{ $item->rJobCategory->name }} | {{ $item->rJobLocation->name }} | @if ($item->is_featured == 1) Featured @else Not Featured @endif | @if ($item->is_urgent == 1) Urgent @else Not Urgent @endif |