@extends('admin.layout.master') @section('content') @section('custom_style') @endsection
| {{__('obs.emp')}} {{__('obs.name')}} | {{__('obs.emp')}} {{__('obs.code')}} | {{__('obs.designation')}} | {{__('obs.dept.')}} | {{__('obs.month')}} | {{__('obs.ot')}} {{__('obs.hour')}} | {{__('obs.hour')}} {{__('obs.amount')}} | {{__('obs.ot')}} {{__('obs.day')}} | {{__('obs.day')}} {{__('obs.amount')}} | {{__('obs.status')}} | {{__('obs.action')}} |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$val->get_emp_info->emp_name}} | {{$val->get_emp_info->emp_code}} | {{$val->get_emp_info->fetch_designation->name}} | {{$val->get_emp_info->fetch_department->name}} | {{$val->month}} | {{$val->ot_hour}} | {{$val->ot_hour_amount}} | {{$val->ot_day}} | {{$val->ot_day_amount}} | {{ $val->approve_status == 2 ? 'Active' : ($val->approve_status == 1 ? 'Pending' : ($val->approve_status == 3 ? 'Rejected' : ($val->approve_status == 4 ? 'InActive' : '')))}} |