@extends('dashboard.layouts.index', ['breadcrumb' => ['main' => 'global.employee_profile','sub' => "global.employee_profile"], 'user_side' => $user]) @section('title') @endsection @section('content')
@lang('global.today_activity')
IN
Check in at {{date("h:i a")}}
WR
Work Place Al Gardens
OUT
Check out at {{date("h:i a")}}
Status Late
@lang('global.personal_vacation')
9 Day
#
Date
From
To
Days
@foreach($vacations as $key => $vacation)
{{$key}}
{{date("D, d M Y", strtotime($vacation->from))}}
{{date("D, d M Y", strtotime($vacation->from))}}
{{date("D, d M Y", strtotime($vacation->to))}}
1
@endforeach
@lang('global.sick_vacation')
2 Day
#
Date
From
To
Days
Attachments
Note
@for($x=1; $x <=2;$x++)
{{$x}}
{{date("D, d M Y", strtotime("2019-0$x-26"))}}
{{date("D, d M Y", strtotime("2019-0$x-26"))}}
{{date("D, d M Y", strtotime("2019-0$x-27"))}}
1
@include('svg-icons.document', ['width' => 20])Medical Report.pdf
@include('svg-icons.view')
@endfor
@include('dashboard.pages.users.employee._calender')
@endsection