@extends('admin.layout.master') @section('home')
| Job Post | Employee | Note | Status | Action |
|---|---|---|---|---|
| @if (!empty($item->get_jobposting)) {{ $item->get_jobposting->job_title }} @endif | @if (!empty($item->get_emp_info)) {{ $item->get_emp_info->emp_name }} @endif | {{ $item->note }} | @if ($item->status == 1) Active @elseif($item->status ==2) Inactive @endif |