@extends('template.layout') @section('title', 'Houses') @section('submenuItem', 'houses') @section('content') Here you can see the list of all available houses, flats or guildhalls. Please select the game world of your choice. Click on any view button to get more information about a house or adjust the search criteria and start a new search.


@csrf
House Search
@if(config('multi_world.enabled')) @endif
World
Town Status Order
@foreach(config('towns.town_ids') as $filterableTown) @if($filterableTown['filterable'])
@endif @endforeach







@endsection