@extends('layouts.rent') @section('content') @include('rent-calculator.partials.header') @include('rent-calculator.partials.errors')

Step 2: Add all roommates. Yes, that includes you.

We need their names for the next steps. Don't enter their social security numbers. That would be irresponsible.

@if($people)

People Added So Far

Continue @endif @stop