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

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

@csrf
@if (setting('requires_beta_code'))
@endif
{{-- 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