slink/laravel/resources/views/home.blade.php

10 lines
143 B
PHP

@extends('default')
@section('title')
Home
@endsection
@section('content')
<h1>HOMEPAGE!</h1>
<p>Placeholder text</p>
@endsection