@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}}
@endsection