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

Services

Dog Care

@forelse($services as $service)

{{ $service->title }}

{{--

{!! html_entity_decode($service->detail) !!}

--}} {{--

{!! nl2br(strip_tags($service->detail)) !!}

--}} {{--

{!! htmlspecialchars_decode($service->detail) !!}

--}}

{!! $service->detail !!}

Get InTouch
@empty

Services Not Found

@endforelse
@include('front.include.contact-form') @endsection