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

{{ $service->title }}

{{ $service->description }}

@if($service->image) @endif @if($service->button_url)

Visit

@endif
@endsection