9 lines
117 B
PHP
9 lines
117 B
PHP
@extends('layouts.master')
|
|
|
|
@section('title', 'Home')
|
|
|
|
@section('content')
|
|
|
|
<p>This is the home page</p>
|
|
|
|
@endsection |