@push('title', __('Welcome to the best hotel on the web!'))

{{ __('Create a new account') }}

@csrf
@if (setting('requires_beta_code'))
@endif
@php $femaleFigures = array_slice(array_filter(array_map('trim', explode(',', setting('register_female_figures', 'hr-100-45.hd-180-1.ch-215-62.lg-270-62.sh-290-62,hr-130-45.hd-180-2.ch-220-62.lg-270-62.sh-305-62,hr-140-45.hd-180-3.ch-225-62.lg-270-62.sh-310-62,hr-165-45.hd-180-1.ch-210-62.lg-270-62.sh-290-62,hr-190-45.hd-180-2.ch-215-62.lg-270-62.sh-305-62')))), 0, 5); $maleFigures = array_slice(array_filter(array_map('trim', explode(',', setting('register_male_figures', 'hr-100-61.hd-180-1.ch-210-66.lg-270-110.sh-305-62,hr-105-61.hd-190-2.ch-215-66.lg-280-110.sh-310-62,hr-110-61.hd-200-3.ch-220-66.lg-290-110.sh-320-62,hr-115-61.hd-185-1.ch-210-66.lg-275-110.sh-315-62,hr-120-61.hd-180-2.ch-205-66.lg-285-110.sh-305-62')))), 0, 5); $allFigures = array_merge($femaleFigures, $maleFigures); @endphp @foreach($allFigures as $index => $figure) @endforeach
{{-- Used to determine the refer --}}
{{-- Articles --}}
@foreach($articles as $article)

{{ $article->title }}

{{ $article->user->username }}
Read more
@endforeach
@foreach($photos as $photo)
{{ $photo->user->username }}
@endforeach