@extends('layout.site') @section('title', __('structure.rooms').' - ') @section('canonical', url('/acomodacoes')) @section('content')
{!! __('structure.apartments-subtitle') !!}
@foreach($rooms as $room)
{!! $room->name !!}
{!! $room->call !!}
@endforeach
@endsection @section('script') @endsection