@extends('template.layout')
@section('title', 'Houses')
@section('submenuItem', 'houses')
@section('content')
Move Out scheduled for {{ $moveOut->date->format('M d Y') }} at the daily server save.
Note:
All items you have left in the house will be automatically sent to your inbox in {{ \App\Utils\Town::getTownById($house->town_id)['name'] }}.
|
|
@endsection