@extends('website.layouts.app') @section('title','Product Detail') @section('content')

{!! $service_data->description ?? '' !!}

@foreach($subCategories as $subCategorie) @endforeach
@endsection