@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".

@csrf
Move Out
I want to leave my house {{ $house->name }}

on at the daily server save.


To continue please enter your password.
Password:


@endsection @section('scripts') @endsection