@extends('layouts.contractor-app') @section('title', 'Job Details') @section('page_css') @endsection @section('content')
| {{date('d-M-Y',strtotime($estimation->start_date ?? ''))}} |
| --}} {{-- --}} {{-- | --}} {{-- @if($estimation->user)--}} {{----}} {{-- {{$estimation->user->name ?? ''}}--}} {{-- | --}} {{-- @else--}} {{----}} {{-- {{$estimation->first_name . '' .$estimation->last_name ?? ''}}--}} {{-- | --}} {{-- @endif--}} {{--
| --}} {{-- --}} {{-- | --}} {{-- @if($estimation->user)--}} {{----}} {{-- {{$estimation->user->email ?? ''}}--}} {{-- | --}} {{-- @else--}} {{----}} {{-- {{$estimation->email ?? ''}}--}} {{-- | --}} {{-- @endif--}} {{--
| --}} {{-- --}} {{-- | --}} {{-- @if($estimation->user)--}} {{----}} {{-- {{$estimation->user->phone ?? ''}}--}} {{-- | --}} {{-- @else--}} {{----}} {{-- {{$estimation->phone_number ?? ''}}--}} {{-- | --}} {{-- @endif--}} {{--
| Address | @if($estimation->user){{$estimation->user->address ?? ''}} | @else{{$estimation->address ?? ''}} | @endif
| 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 ?? ''}} |