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

Services

Services

{{$find_Services->title ?? ''}}

{{$find_Services->description ?? ''}}

FREE ESTIMATE

Services Gallery

@php $get_decode = json_decode($find_Services->images); @endphp @if($get_decode)
@foreach($get_decode as $index => $all_images)
@endforeach
@else

Services Gallery Not Found

@endif
@endsection