@extends('layouts.contractor-app') @section('title', 'Job Details') @section('page_css') @endsection @section('content')

Job Details

{{date('d-M-Y',strtotime($estimation->start_date ?? ''))}}

User Details

{{-- --}} {{-- --}} {{-- @if($estimation->user)--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- @if($estimation->user)--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- @if($estimation->user)--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- --}} @if($estimation->user) @else @endif
--}} {{-- --}} {{-- --}} {{-- {{$estimation->user->name ?? ''}}--}} {{-- --}} {{-- {{$estimation->first_name . '' .$estimation->last_name ?? ''}}--}} {{--
--}} {{-- --}} {{-- --}} {{-- {{$estimation->user->email ?? ''}}--}} {{-- --}} {{-- {{$estimation->email ?? ''}}--}} {{--
--}} {{-- --}} {{-- --}} {{-- {{$estimation->user->phone ?? ''}}--}} {{-- --}} {{-- {{$estimation->phone_number ?? ''}}--}} {{--
Address {{$estimation->user->address ?? ''}} {{$estimation->address ?? ''}}

Service Details

Service Title : @foreach($estimation->services as $service) {{$service->title ?? ''}} , @endforeach
Others : @foreach($decodedContent as $services) @foreach($services as $single) {{$single->Service ?? ''}} @endforeach @endforeach
Estimated Time : {{$estimation->estimation_time ?? ''}}
Need Financing : {{$estimation->need_financing ?? ''}}
@if($decodedImages !=null)

User Service Images

@foreach($decodedImages as $images) @endforeach
@endif
@endsection