@extends('layouts.user-app') @section('content') @php $decodedContent = json_decode($estimation->other_service) @endphp

Estimation Jobs

@foreach($estimation->estimationServices as $service) @endforeach @if($estimation->other_service != null) @foreach($decodedContent as $services) @foreach($services as $single) @endforeach @endforeach @endif
Service Progress Status
{{$service->service->title}} {{$service->crew_progress}} {{$service->status}}

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

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