@php use App\Models\Payroll\Perform_Appraisal\PayAppScore; @endphp
| Emp | Designation | Department | {{--App Form | Status | --}}Action |
|---|---|---|---|---|---|
| {{ $result->emp_name }} |
@if (!empty($result->fetch_designation))
{{ $result->fetch_designation->name }}
@else
Not Found @endif |
@if (!empty($result->fetch_department))
{{ $result->fetch_department->name }}
@else
Not Found @endif |
@php
$checkEmp = PayAppScore::where('emp_id', $result->id)->first();
@endphp
@if (empty($checkEmp)) @elseif(!empty($checkEmp)) @endif |