@extends('body') @section('sidebar') @parent

This is appended to the master sidebar.

@endsection @section('content')

%%PAGE%% Controlleur




@if (isset($id)) {{$id}} @else id not exist @endif @endsection @section('top-css') @parent @endsection @section('top-javascript') @parent @endsection @section('bottom-javascript') @parent @endsection