@extends('tpl') @section('body')
Lista

{{$item->name or ''}} / {{$item->serial or ''}}

@include('timeline', [ 'initComments'=>[ 'user' => $item->userDraft, 'comments' => $item->commentSectionProjectInit ], 'designComments'=>[ 'user' => $item->userDesign, 'comments' => $item->commentSectionProjectDesign ], 'layoutComments'=>[ 'user' => $item->userLayout, 'comments' => $item->commentSectionProjectLayout ], 'colorComments'=>[ 'user' => $item->userColor, 'comments' => $item->commentSectionProjectColor ], 'cropComments'=>[ 'user' => $item->userCrop, 'comments' => $item->commentSectionProjectCrop ], 'assemblyComments'=>[ 'user' => $item->userAssembly, 'comments' => $item->commentSectionProjectAssembly ], 'deliveryComments'=>[ 'user' => $item->userDelivery, 'comments' => $item->commentSectionProjectDelivery ] ]) @if($item->projectStatus->started == 1) @if($item->getEditableDeliveryAttribute() && isset($item['project_id']))
@endif @if($item->getEditableDeliveryAttribute())
{{trans('e.save_and_finish_round')}}
@endif @else
{{trans('e.start_edit')}}
@endif
@endsection