@extends('layouts.base') {{-- @section('heading') {{ __('User Profile') }} @endsection --}} @section('info') {{ __('User Activity') }} - in {{ $date_difference->humanQueryInterval() }} @endsection @section('focus_action')
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
@endsection @section('body_table')
@include('reports.components.reports_table') {{-- @foreach ($users as $user)
{{ $user->name }} - {{ $user->workedHours($dates) }}
@endforeach --}}
@endsection