@extends('layouts.app') @section('stylesheets') {{-- {!! Html::style('https://www.w3schools.com/w3css/4/w3.css') !!} --}} {!! Html::style('css/animate.css') !!} @endsection @section('title') {!! $homepageseo->value->title !!} @stop @section('keywords',$homepageseo->value->meta_key_en) @section('description',$homepageseo->value->meta_description_en) @section('robots', 'index, follow') @section('content') {{-- Modal --}} {{-- --}}

They have biked with us

@if (count($testimonials)) @foreach ($testimonials as $element)

{{ ucwords(strtolower($element->title_en)) }}

{{ $element->firstname.' '.$element->lastname }}
{{ $element->country_en }}
{!! $element->desciption_en !!}
@endforeach @endif
@foreach ($subcategories as $element) @endforeach

Would like a taste of our biking tours?

Ride with us on one of our Day Tours

@if (count($tours)) @foreach( $tours as $tour )
@if (count($tour)) @foreach ($tour as $element)
{{ ucwords(strtolower($element->label_en)) }}
{{ ucwords(strtolower($element->name_en)) }}
{{ ucwords(strtolower($element->name_en)) }}
From {{ $element->price }} € Info

@endforeach @endif
@endforeach @endif
@php $i = 0; @endphp @foreach ($blogs as $blog) @php $res = ""; @endphp @if($i%2 == 0) @php $res = "pull-right"; @endphp @endif
{{ $blog->title }}

{{ $blog->title }}

{!! $blog->description !!}
@php $i++; @endphp @endforeach
@endsection @section('partners') @foreach ($partners as $partner)
@endforeach @endsection @section('scripts') @endsection @section('footer') @if(count($footers) > 0) @foreach ($footers as $footer)
  • {{ $footer->title }}
  • @endforeach @endif @stop