🎉 Hello world

This commit is contained in:
2018-04-09 21:38:31 +02:00
commit 5173017624
41 changed files with 4709 additions and 0 deletions

View 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