initial commit
This commit is contained in:
7
resources/views/home.blade.php
Normal file
7
resources/views/home.blade.php
Normal file
@@ -0,0 +1,7 @@
|
||||
@extends('layout')
|
||||
@section('content')
|
||||
|
||||
@include("partials.hero");
|
||||
|
||||
<p>Hello World, {{ $any_name }}</p>;
|
||||
@endsection
|
||||
Reference in New Issue
Block a user