@extends('admin.layout.master') @section('content')

OT Hour Requisition Print View

@include('payroll.includes.printAndExcel')
@include('payroll.report_header',['title'=>"OT Hour Requisition",'text_align'=>"text-center"])
OT Hour Requisition
Employee Name : {{$data->employee_info->emp_name}} Employee Code : {{$data->employee_info->emp_code}}
Department : {{$data->department->name}} Designation : {{$data->employee_info->fetch_designation ? $data->employee_info->fetch_designation->name : null}}
Date In Time Out Time
{{date("d-m-Y",strtotime($data->date))}} {{date("h:i A",strtotime($data->shift_in_time))}} {{date("h:i A",strtotime($data->shift_out_time))}}
@endsection