Service Details
{{ $service->subtitle }}
{!! \Illuminate\Support\Str::words($service->description, 60, '...') !!}
@if (str_word_count($service->description) > 60) @endif
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif