@extends('web.layouts.container') @section('content')
@if(is_array($service->main_section) && count($service->main_section)) @foreach($service->main_section['sliders'] as $mainSectionSlider) @if($mainSectionSlider['url']) @else @endif @endforeach @endif

{{$title1}} {{$title2}}

{!! $service->main_section['desc_'.$lang] !!} {{__('services.book_now')}}
@if(is_array($service->sub_sections) && count($service->sub_sections)) @foreach($service->sub_sections as $subSection)

{{$subSection['title_'.$lang]}}

{{$subSection['desc_'.$lang]}}

@endforeach @endif
@endsection @section('inner_js') @endsection