@extends('layout')
@section('content')
@include("partials.hero");
<p>Hello World, {{ $any_name }}</p>;
@endsection