@extends('layouts.app')
@section('title')Scandia Bemanning: {{__('Time Report')}} @endsection
@section('content')
Välkommen till tidsrapporteringen för Scandia Bemanning
{{$employee_details->name}}
@php $current_date = date("Y-m-d");;@endphp
{{$current_date}}
{{--if stamped and still working--}}
{{--
--}}
{{----}}
{{--
--}}
{{--if not stamped or stamped and completed shift--}}
@endsection