my-website/resources/views/homepage.blade.php

4 lines
72 B
PHP
Raw Normal View History

2024-02-15 21:01:07 +02:00
@extends('layout')
@section('content')
2024-02-16 17:12:34 +02:00
Where the content is.
2024-02-15 21:01:07 +02:00
@endsection