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

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
Sl Job Title Vacancy Description Job Type Open From Open To Branch Salary Status Action
1 {{ $item->job_title }}{{ $item->get_vacancy->name }}{{ Str::limit($item->description, 10) }}Full TimeHourlyNot Found{{ $item->open_from }} {{ $item->open_to }}ChattogramDhakaSylhetNot Found{{ $item->salary }}ActiveInactive
@include('payroll.admin.requirments.jobposting.form.add_jobposting') @endsection