@extends('web.layouts.container') @section('content') {{$service->name}} {!! $service->description !!} {{__('services.brochure')}} {{__('services.download_file')}} @if(count($videos)) @foreach($videos as $vidKey => $video) @if($loop->iteration == 1) {{$videosTitles[$vidKey]}} @endif @if($loop->even) {{$videosTitles[$vidKey]}} @endif @endforeach @endif @if(count($images)) @foreach($images as $imageKey => $image) {{$imagesTitles[$imageKey]}} @endforeach @endif
{!! $page->description !!}
{{wordLimit($otherService->description, 20)}}