@extends('system') @section('body')
@if(isset($authentification) && $authentification == 'yes')
Vous êtes connecté en tant que {{$_SESSION['user_login']}} Se Deconnecter
@endif @if (isset($ariane)) @endif
@if(isset($_SESSION['alerts'])) @foreach($_SESSION['alerts'] as $alert) @endforeach @endif @yield('content')
@endsection