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

10 lines
143 B
PHP
Raw Normal View History

2024-06-10 00:31:46 +00:00
@extends('default')
@section('title')
Home
@endsection
@section('content')
<h1>HOMEPAGE!</h1>
<p>Placeholder text</p>
@endsection