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

8 lines
97 B
PHP
Raw Normal View History

2024-02-18 15:16:41 +02:00
@extends('layout')
@section('content')
@include("partials.hero");
2024-02-19 14:45:41 +02:00
2024-02-18 15:16:41 +02:00
@endsection