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

Estimation All Services


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

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

{{$single->Progress}} {{$single->Status}}
@endsection @section('script') @endsection