@if($estimation->services->count() > 1 || $estimation->others != null)
Multiple
@elseif($estimation->services->count() == 1)
{{$estimation->services->first()->title ?? ''}}
@endif
|
@if($estimation->user)
{{$estimation->user->name ?? ''}} |
@else
{{$estimation->first_name .' '. $estimation->last_name ?? ''}} |
@endif
{{-- {{$estimation->created_at->format('n/j/Y') ?? ''}} | --}}
|
{{$estimation->status ?? ''}} |
|
View all daily logs
|
@if($services->count() > 1)
View All Services
{{-- --}}
{{-- --}}
{{-- --}}
{{-- | Service | --}}
{{-- Status | --}}
{{-- Action | --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- @foreach($services as $service)--}}
{{-- --}}
{{-- | {{$service->service->title}} | --}}
{{-- {{$service->status}} | --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- | --}}
{{-- --}}
{{-- @endforeach--}}
{{-- --}}
{{-- --}}
|
@else
Single Service |
@endif
@endforeach