🚧 Ajoute les nouvelles pages

This commit is contained in:
2018-04-14 23:17:24 +02:00
parent 5173017624
commit 8c48c8daa3
8 changed files with 156 additions and 52 deletions

View File

@@ -1,13 +1,5 @@
@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>
@include('registration')
@endsection