🚧 Ajoute les nouvelles pages
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user