@extends('layouts.public') @section('content')
@if ($services->isEmpty())

O catálogo de serviços está em organização. Enquanto isso, fale conosco para uma primeira conversa.

@else @php($hasPrioritizedImage = false)
@foreach ($services as $index => $service)
$loop->even, ]) data-reveal data-reveal-from="up"> {{ str_pad((string) ($index + 1), 2, '0', STR_PAD_LEFT) }}

{{ $service->title }}

{{ $service->summary }}

@if (filled($service->cover_image_path)) @php($prioritizeImage = ! $hasPrioritizedImage) @php($hasPrioritizedImage = true) @endif @if (filled($service->description))
{!! nl2br(e($service->description)) !!}
@endif
@endforeach
@endif
@endsection