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

4 lines
72 B
PHP
Raw Normal View History

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