@extends('template.layout')
@section('title', 'Houses')
@section('submenuItem', 'houses')
@section('styles')
@endsection
@section('content')
The house {{ $house->name }} is currently rented by {{ $house->ownerPlayer->name }}. If you want to leave this house, fill in the form and click on "Submit".