@extends('layouts.public') @section('title', $service->title) @section('content')

{{ $service->title }}

@if($service->excerpt)

{{ $service->excerpt }}

@endif
@if($service->cover_image) {{ $service->title }} @endif
{!! nl2br(e($service->content)) !!}

Intéressé par ce service ?

Demander un devis
@if($others->isNotEmpty())

Autres services

@foreach($others as $other)

{{ $other->title }}

@endforeach
@endif @endsection