@extends('layouts.app') @php($t = $i18n[$locale] ?? []) @section('content') @include('partials.header')
@include('partials.hero') @include('partials.experience') @include('partials.reviews') @include('partials.reserve')
@include('partials.footer') @endsection