@extends('layouts.user-app') @section('content')
| Service | Estimated Time | Need Financing | Requested Date |
|---|---|---|---|
| @if($estimation->services->count() > 1 || $estimation->others != null) Multiple @elseif($estimation->services->count() == 1) {{$estimation->services->first()->title ?? ''}} @endif | {{$estimation->estimation_time ?? ''}} | {{$estimation->need_financing ?? ''}} | {{ $estimation->created_at->format('m/d/Y') ?? '' }} |