@extends('admin.layout.master') @section('custom_style') {{-- --}} @endsection @section('content')
| # | {{__('obs.emp')}} {{__('obs.name')}} | {{__('obs.emp')}} {{__('obs.code')}} | {{__('obs.designation')}} | {{__('obs.dept')}}. | {{__('obs.all')}} |
|---|---|---|---|---|---|
| {{$key+1}} | {{$emp->emp_name}} | {{$emp->emp_code}} | @if(!empty($emp->fetch_designation->name)){{$emp->fetch_designation->name}}@endif | @if(!empty($emp->fetch_department->name)){{$emp->fetch_department->name}}@endif |