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

Estimation Services

Back {{-- --}} {{-- --}} @foreach($estimation->estimationServices as $service) {{-- --}} @endforeach @if($estimation->other_service != null) @foreach(json_decode($estimation->other_service) as $service) @foreach($service as $single) {{-- --}} @endforeach @endforeach @endif
EstimationService NameDateProgress Daily Logs Status Action
{{$estimation->first_name}} {{$estimation->last_name}}{{$service->service->title}} {{$service->status}}
{{$estimation->first_name}} {{$estimation->last_name}}

Extra Service : {{ $single->Service }}

{{ $single->Status }}
@endsection @push('script') @endpush