@extends('template.layout') @section('title', 'Houses') @section('submenuItem', 'houses') @section('content') He will move out on {{ \Carbon\Carbon::parse($house->moveOut->date)->format('M, d, Y') }}, {{ config('server.serverSaveTime') }} {{ config('server.serverTimeZone') }} (time of daily server save) @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 revoke your termination, fill in the form and click on "Submit".

@csrf
Cancel Action
I do not want to leave or transfer my house {{ $house->name }}

To continue please enter your password.
Password:


@endsection