child.blade.php 145 Bytes
@extends('template')

@section('title', 'Accueil')

@section('sidebar')
    @parent
@endsection

@section('content')
    <p>Hello</p>
@endsection