@extends('layouts.app') @section('title', __('nav.about')) @section('content')

{{ __('about.page_title') }} {{ __('about.page_title_em') }}

15+
{{ __('about.years') }}

{{ __('about.story_title') }} {{ __('about.story_em') }}

{{ __('about.story_p1') }}

{{ __('about.story_p2') }}

🌊

{{ __('features.beach') }}

{{ __('features.beach_desc') }}

🍽️

{{ __('features.restaurant') }}

{{ __('features.restaurant_desc') }}

🍹

{{ __('features.cocktails') }}

{{ __('features.cocktails_desc') }}

🎶

{{ __('features.events') }}

{{ __('features.events_desc') }}

@php $stats = [['15+','about.stat_years'],['50K+','about.stat_guests'],['200+','about.stat_events'],['4.9★','about.stat_rating']]; @endphp @foreach($stats as [$num,$label])
{{ $num }}

{{ __($label) }}

@endforeach
@endsection