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

8 lines
97 B
PHP

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