@extends('_layouts.master')

@section('title', 'Home')

@section('body')

<h1>Home Page</h1>

@endsection
  