@extends('website.layouts.web-layouts') @section('title', $frontendService->title ?? '') @section('description', Str::of(strip_tags($frontendService->short_description ?? ''))->words(100)) @section('image', $frontendService->image ?? '') @section('url', url()->full()) @section('content')

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

{{--
@if (!empty($frontendService->image)) {{ $frontendService->title ?? '' }} @endif
--}}

{!! strip_tags($frontendService->short_description ?? '') !!}

@endsection