@extends('website.layouts.app') @section('title','Product Detail') @section('content') {{$service_data->name??''}} Home {{$service_data->name??''}} {!! $service_data->description ?? '' !!} @foreach($subCategories as $subCategorie) {{$subCategorie->name??''}} @endforeach @endsection
{!! $service_data->description ?? '' !!}