🎉 Hello world
This commit is contained in:
13
resources/views/home.blade.php
Normal file
13
resources/views/home.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', 'Page Title')
|
||||
|
||||
@section('sidebar')
|
||||
@parent
|
||||
|
||||
<p>This is appended to the master sidebar.</p>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<p>This is my body content.</p>
|
||||
@endsection
|
Reference in New Issue
Block a user