@extends('admin.layout.master') @section('content')
| {{__('obs.sl')}} | {{__('obs.job_title')}} | {{__('obs.vacancy')}} | {{__('obs.description')}} | {{__('obs.job_type')}} | {{__('obs.open_from')}} | {{__('obs.open_to')}} | {{__('obs.branch')}} | {{__('obs.salary')}} | {{__('obs.status')}} | {{__('obs.action')}} | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | {{ $item->job_title }} | @if ($item->get_vacancy){{ $item->get_vacancy->name }} | @endif{{ Str::limit($item->description, 10) }} | @if ($item->job_type == 1){{__('obs.full_time')}} | @elseif($item->job_type ==2){{__('obs.hourly')}} | @else{{__('obs.not_found')}} | @endif{{ $item->open_from }} | {{ $item->open_to }} | @if ($item->branch == 1){{__('obs.chattogram')}}/span> | @elseif($item->branch == 2){{__('obs.dhaka')}} | @elseif($item->branch == 3){{__('obs.sylhet')}} | @else{{__('obs.not_found')}} | @endif{{ $item->salary }} | @if ($item->status == 1){{__('obs.active')}} | @elseif($item->status==2){{__('obs.inactive')}} | @endif