@extends('template.layout')
@section('title', 'Houses')
@section('submenuItem', 'houses')
@section('content')
The house {{ $house->name }} is currently rented by {{ $house->ownerPlayer->name }}. He will move out on {{ \Carbon\Carbon::parse($house->moveOut->date)->format('M, d, Y') }}, {{ config('server.serverSaveTime') }} {{ config('server.serverTimeZone') }} @if($house->moveOut->transfer) and wants to pass the house to {{ $house->moveOut->transfer->player->name }} for {{ $house->moveOut->transfer->price }} gold coins. @endif If you want to take this house, fill in the form and click on "Submit".