{{ __('Last Login') }}: {{ date('d-m-Y H:i:s', strtotime(str_replace('--', ' ', $user->last_login_date))) }}
{{ __('My Office Shift') }}: @if (!$shift_in) {{ __('No Shift Today') }} @else {{ \Carbon\Carbon::parse($shift_in)->format('H:i') }} - {{ \Carbon\Carbon::parse($shift_out)->format('H:i') }} @endif ({{ $shift_name }})
{{ trans('file.Profile') }} @if (env('ENABLE_CLOCKIN_CLOCKOUT') != null) @endif
{{ __('View Details') }}