{{ $amp->type }} {{ $amp->name }}

{{ $amp->country }}

@if (!$amp->notReservable) {{ translate(auth()->check() && auth()->user()->role == 'pro' ? 'OCCUPY' : 'OCCUPY') }} @endif
@if (!empty($amp->services)) {{ translate('Conservation Activities') }} @endif @if (!empty($amp->services)) {{ translate('Restricted Activities') }} @endif @if (!empty($amp->services)) {{ translate('Services & Activities') }} @endif
@php $strlen = strlen(html_entity_decode(strip_tags($amp->about))); @endphp

{!! substr(html_entity_decode(strip_tags($amp->about)), 0, 399) !!} {!! $strlen > 399 ? '' . translate('Read more') . '' : '' !!}

{{ html_entity_decode(strip_tags($amp->about)) }}

@if (!empty($amp->services))

{{ translate('Conservation activities') }}

@endif
@php $count = 0; @endphp @foreach ($amp->services as $service) @if ($service->type == 'activities') @php $count++; @endphp
{!! file_get_contents(public_path('storage/svg/' . $service->image)) !!}

{{ translate($service->name) }}

{!! substr(strip_tags($service->name), 0, 250) !!}{{ strlen(strip_tags($service->name)) > 250 ? '...' : '' }}
{!! strlen(strip_tags($service->name)) > 250 ? '' . translate('read more') . '' : '' !!}

{{ strip_tags($service->name) }}

@endif @endforeach
@if ($amp->services->where('type', 'activities')->count() > 4) {{ translate('view more') }} @endif @if (!empty($amp->services))

{{ translate('Restricted activities') }}

@php $count = 0; @endphp @foreach ($amp->services as $service) @if ($service->type == 'restrictions') @php $count++; @endphp
{!! file_get_contents(public_path('storage/svg/' . $service->image)) !!}

{!! substr(strip_tags($service->name), 0, 250) !!}{{ strlen(strip_tags($service->name)) > 250 ? '...' : '' }}
{!! strlen(strip_tags($service->name)) > 250 ? '' . translate('read more') . '' : '' !!}

{{ strip_tags($service->name) }}

@endif @endforeach
@endif @if (!empty($amp->services))

{{ translate('Services') }}

@php $count = 0; @endphp @foreach ($amp->services as $service) @if ($service->type == 'services') @php $count++; @endphp
{!! file_get_contents(public_path('storage/svg/' . $service->image)) !!}

{!! substr(strip_tags($service->name), 0, 250) !!}{{ strlen(strip_tags($service->name)) > 250 ? '...' : '' }}
{!! strlen(strip_tags($service->name)) > 250 ? '' . translate('read more') . '' : '' !!}

{{ strip_tags($service->name) }}

@endif @endforeach
@if ($amp->services->where('type', 'services')->count() > 4) {{ translate('view more') }} @endif @endif @if (!empty($amp->services))

{{ translate('Nearby activities MPA') }}

@php $count = 0; @endphp @foreach ($amp->services as $service) @if ($service->type == 'near') @php $count++; @endphp
{!! file_get_contents(public_path('storage/svg/' . $service->image)) !!}

{!! substr(strip_tags($service->name), 0, 250) !!}{{ strlen(strip_tags($service->name)) > 250 ? '...' : '' }}
{!! strlen(strip_tags($service->name)) > 250 ? '' . translate('read more') . '' : '' !!}

{{ strip_tags($service->name) }}

@endif @endforeach
@if ($amp->services->where('type', 'near')->count() > 4) {{ translate('view more') }} @endif @endif @if ($amp->url) {{ $amp->url }} @endif @if ($amp->notReservable)

You are the manager of this Area ?

{{ translate('Contact us') }} @endif