@extends('layout.base')
@section('page_content')
<div class="ui center aligned container">
<h1 class="header">Home</h1>
</div>
@endsection