@extends('admin.layout.master') @section('home')
| Sl | Job Title | Vacancy | Description | Job Type | Open From | Open To | Branch | Salary | Status | Action | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | {{ $item->job_title }} | @if ($item->get_vacancy){{ $item->get_vacancy->name }} | @endif{{ Str::limit($item->description, 10) }} | @if ($item->job_type == 1)Full Time | @elseif($item->job_type ==2)Hourly | @elseNot Found | @endif{{ $item->open_from }} | {{ $item->open_to }} | @if ($item->branch == 1)Chattogram | @elseif($item->branch == 2)Dhaka | @elseif($item->branch == 3)Sylhet | @elseNot Found | @endif{{ $item->salary }} | @if ($item->status == 1)Active | @elseif($item->status==2)Inactive | @endif