@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