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

Roster Replace Print View

@include('payroll.includes.printAndExcel')
@include('payroll.report_header',['title'=>"Roster Replace",'text_align'=>"text-center"])
Roster Replace
Employee Name : {{$data->emp_info->emp_name}} Employee Code : {{$data->emp_info->emp_code}}
Department : {{$data->department->name}} Designation : {{$data->emp_info->fetch_designation ? $data->emp_info->fetch_designation->name : null}}
Replace By Replace With Date Day Shift
{{$data->replace_by ? $data->replace_by->emp_name : $data->emp_info->emp_name}} {{$data->replace_with ? $data->replace_with->emp_name : null}} {{date("d-m-Y",strtotime($data->start_date))}} {{week_days()[$data->day_id]}} @if($data->weekend) (Weekend) @endif {{$data->fetch_shift_info_data ? $data->fetch_shift_info_data->name : null}}
@endsection