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

9 lines
136 B
PHP

@extends('layout')
@section('content')
@include("partials.hero");
@include("partials.testimonials");
@endsection