@extends('layouts.metronic') @section('title')

Rapoarte

@endsection @section('subtitles') Ore lucrate @endsection @section('content')
@foreach($data as $user)

{{$user->name}}, {{$user->worked_hours}} ore

@foreach ($user->projects as $project) @if ($project->worked_hours != -1)
{{$project->name}}
Ore lucrate in perioada: {{$project->worked_hours}} Ore lucrate in total pe proiect: {{$project->worked_hours_total}}
@endif @endforeach
@endforeach
@endsection @section('head') @endsection @section('script') @endsection @section('menuVariables') @endsection