@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) @endif @if($loop->even) @endif @endforeach @endif @if(count($images)) @foreach($images as $imageKey => $image) @endforeach @endif

{{__('services.another_services')}}

{!! $page->description !!}

@if(count($otherServices)) @foreach($otherServices as $otherService)

{{$otherService->name}}

{{wordLimit($otherService->description, 20)}}

{{__('main.read_more')}}
@endforeach @endif
@endsection @section('inner_js') @endsection