@extends('layouts.main') @section('title', $loc->location) @section('content')

{!! __('locdetail.heading', ['location'=>$loc->location]) !!}

{!! __('locdetail.desc', ['location'=>$loc->location]) !!}
@if($loc->gallery)
@foreach($loc->gallery as $gal)
@endforeach
@endif @if($studios->count() > 0)

{!! __('locdetail.studios.heading', ['location'=>$loc->location]) !!}

@foreach($studios as $st) @endforeach
@endif

{!! __('what_makes_special',['location'=>$loc->location]) !!}

2

{!! __('studio spaces available') !!}

13

{!! __('collab_monthly') !!}

5

{!! __('minutes from the city center') !!}

@if($resources->count() > 0)

{{__('meet_the_creatives', ['location'=>$loc->location])}}

@include('frontend.crews1')
@endif

{{__('Plan Your Visit')}}

{{__('Key information')}}

{{__('ADDRESS')}}
{{$loc->landing_page->address}}
{{__('OPENING HOURS')}}
{{$loc->landing_page->opening_hours}}
{{__('CONTACT')}}
{{__('Phone')}}: {{$loc->landing_page->phone}}
{{__('Email')}}: {{$loc->landing_page->email}}
{{__('GETTING HERE')}}
{{$loc->landing_page->how_to_get_there}}
@endsection