Files
Website/resources/views/home.blade.php
2023-11-14 11:10:49 +10:00

7 lines
142 B
PHP

@extends('layout')
@section('content')
@include('partials._hero')
<h1 class="text-3xl font-bold underline">
Hello world!
</h1>
@endsection