SAND-framework/application/include/vues/view/logout.blade.php
Emmanuel ROY daf4ec7305 update route file for auth and logout
update ufc-cas config url
2020-12-09 16:37:17 +01:00

14 lines
301 B
PHP

@extends('body')
@section('sidebar')
@parent
<p>This is appended to the master sidebar.</p>
@endsection
@section('content')
<h1>Logout</h1>
<br /><br /><br />
<a href="{{ \MVC\Classe\Url::link_rewrite(false, 'authentification', []) }}">S'authentifier ?</a>
<hr/>
@endsection