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

Requested Estimations

Create New Estimation {{--
--}} {{-- --}} {{-- --}} {{--
--}}
@foreach($estimations as $estimation) @php $decodedImage = json_decode($estimation->images) @endphp @endforeach
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') ?? '' }}
@endsection