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

8 lines
133 B
PHP
Raw Normal View History

2024-02-18 15:16:41 +02:00
@extends('layout')
@section('content')
@include("partials.hero");
<p>Hello World, {{ $any_name }}</p>;
@endsection