@extends('layouts.app') @section('form-title') {{ __('Edit project report') }} @endsection @section('form-sub-title') {{ $project->title }} @endsection @section('breadcrumb') @endsection @section('content')
{{ __('Project report') }} - {{ $project->title }}
@csrf
@include('projects.bookings.time-spent')
@foreach($project->bookings as $booking) @endforeach
{{ __('Date') }} {{ __('User') }} {{ __('Task') }} {{ __('Description') }}
:
@endsection