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

{{ __('Login') }}

@csrf
{{-- Articles --}}
@foreach($articles as $article) @endforeach
@foreach($photos as $photo)
{{ $photo->user->username }}
@endforeach