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

{{__('Welcome to')}} {{$loc->location}},
{{__('Your Creative Hub')}}

{!! html_entity_decode($loc->landing_page->description) !!}

{{__('Studios to Create')}}
{{__('in')}} {{$loc->location}} - UBUD

@if($studios) @foreach($studios as $st) @if(isset($st->studio->id)) @endif @endforeach @endif

{{__('What Makes')}} {{$loc->location}} {{__('Special')}}

2

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

13

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

5

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

{{__('Meet the Creatives of')}} {{$loc->location}}

@include('frontend.crews1')

{{__('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 @section('footer_scripts') @endsection