Files
my-website/resources/views/homepage.blade.php
2024-02-16 15:12:34 +00:00

4 lines
72 B
PHP

@extends('layout')
@section('content')
Where the content is.
@endsection