@extends('layouts.master')
@section('title') Create Tenant @stop
@section('content')
Add Tenant
{{ Form::open(['role' => 'form', 'action' => array('TenantController@store', $building->id)]) }}
{{ Form::submit('Create Tenant', ['class' => 'btn btn-primary']) }}
{{ Form::close() }}
@stop