@push('title', __('Welcome to the best hotel on the web!'))
{{ __('Latest news') }} {{ __('Keep up to date with the latest hotel gossip.') }}
@forelse($articles as $article) @empty @endforelse
@if($photos)
{{ __('Latest Photos') }} {{ __('Have a look at some of the great moments captured by users around the hotel.') }}
@endif
@push('javascript') @endpush