@include('projects.bookings.time-spent')
@if(canViewUpdate('view select options and pulldown + apply button')) @endif @if(canViewUpdate('View type options')) @endif @if(canViewUpdate('view edit button/icon') || canViewUpdate('view delete button/icon')) @endif @foreach ($project->bookings as $booking) @if(canViewUpdate('view select options and pulldown + apply button')) @endif @if(canViewUpdate('view type options')) @endif @if(canViewUpdate('view edit button/icon') || canViewUpdate('view delete button/icon')) @endif @endforeach
{{ __('Date') }} {{ __('User') }} {{ __('Task') }} {{ __('Spent') }} {{ __('Description') }}{{ __('Type_sort') }}{{ __('Action') }}
{{ $booking->booking_date_display }} {{ $booking->booker->name }} @if(!empty($booking->task_id)) {{ $booking->task->title }} @else {{ __('Project') }} @endif {{ $booking->booking_time }} {{ $booking->description }} @if(canViewUpdate('view edit button/icon')) id }} data-booker-id="{{ $booking->booked_by }}" data-booking-date="{{ $booking->booking_date }}" data-booking-time-hours="{{ $booking->booking_time_hours }}" data-booking-time-minutes="{{ $booking->booking_time_minutes }}" data-booking-type="{{ $booking->booking_type }}" data-description="{{ $booking->description }}"> @endif @if(canViewUpdate('view delete button/icon')) id) }}> @endif