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

9 lines
136 B
PHP
Raw Normal View History

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