@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 transfer this house, fill in the form and click on "Submit".

@csrf
Transfer House
I want to transfer my house {{ $house->name }}

to

for gold.

on at the daily server save.

To continue please enter your password.
Password:


@endsection @section('scripts') @endsection