@extends('Reports.template') @section('title') Probation Completion @endsection @section('ExternalCss') @parent @endsection @section('Content') @php $currentTime = \Carbon\Carbon::now(); @endphp @php $sr = 1; @endphp @foreach ($probationCompletion as $key =>$probation) @endforeach
@if($businessEntityMasterData[0]->logo != null) Pharmacy Logologo )}}"/> @endif
{{ $businessEntityMasterData[0]->name }}
{{$businessEntityMasterData[0]->add1. " " .$businessEntityMasterData[0]->add2 ." ".$businessEntityMasterData[0]->city." : " .$businessEntityMasterData[0]->pincode }}
{{"Phone : ".$businessEntityMasterData[0]->tel1}}
@if($status=="P") Probation Completion Report of Active Employees @elseif($status=="C") Conformation Report of Active Employees @else Probation Completion / Conformation Report of Active Employees @endif Period : {{\Helper::getDisplayDate($fromDate)}} TO {{\Helper::getDisplayDate($toDate)}}
Sr No     Emp Id Employee Name Employment Status Job Category Designation Department Joining Date Probation completion Date Confirmation Date
{{$sr++}}      {{$probation ->employee_id }} {{ $probation->employee_name }} {{ $probation->employment_status_name }} {{ $probation->job_category_name }} {{ $probation->job_title_name }} {{ $probation->department_name }} {{\Helper::getDisplayDate($probation->employee_hire_date) }} {{\Helper::getDisplayDate($probation->probation_completion_date)}} {{\Helper::getDisplayDate($probation->confirmation_date) }}
{{ strtoupper(Session::get('userId'))." # ".$currentTime->format('d/m/Y H:i:s ')}}
Back
@endsection