@extends('layouts.contractor-app') @section('content')

Total Jobs

@foreach($totalEstimation as $estimation) {{-- --}} @if($estimation->user) @else @endif @endforeach
Job Title User Name Start Date Progress Status View
@if($estimation->services->count() > 1 || $estimation->others != null) Multiple @elseif($estimation->services->count() == 1) img{{$estimation->services->first()->title ?? ''}} @endif img{{$estimation->service->title ?? ''}}{{$estimation->user->name ?? ''}}{{$estimation->first_name .' '. $estimation->last_name ?? ''}}{{$estimation->start_date ?? ''}} {{$estimation->crew_progress ?? ''}}
@endsection