@extends('hr_main') @section('title', '| Employee List') @section('content') @php $hr_module = DB::table('gnr_module')->where('id', 5)->value('status'); $isGuestRole = Auth::user()->isGuestRole(); $idCardPrintModuleCheck = \DB::table('hr_config')->where('title', 'employee_idCard_printing_module')->select('config_content')->first(); @endphp
| SL | Photo | Name | Employee Id | Branch | @if ($hr_module == 1)Department | @endifDesignation | Job Duration | Status | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ ++$sl }} |
@if ($row->photo != '')
|