@extends('admin.layout.master') @section('content')

{{__('obs.manage_job_posting')}}
@foreach ($alljobposting as $item) @if ($item->get_vacancy) @endif @if ($item->job_type == 1) @elseif($item->job_type ==2) @else @endif @if ($item->branch == 1) @elseif($item->branch == 2) @elseif($item->branch == 3) @else @endif @if ($item->status == 1) @elseif($item->status==2) @endif @endforeach
{{__('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 }}{{ $item->get_vacancy->name }}{{ Str::limit($item->description, 10) }}{{__('obs.full_time')}}{{__('obs.hourly')}} {{__('obs.not_found')}}{{ $item->open_from }} {{ $item->open_to }}{{__('obs.chattogram')}}/span>{{__('obs.dhaka')}}{{__('obs.sylhet')}} {{__('obs.not_found')}}{{ $item->salary }}{{__('obs.active')}}{{__('obs.inactive')}}
@include('payroll.admin.requirments.jobposting.form.add_jobposting') @endsection