Ajout de la lib composer hybridauth/hybridauth TODO: integrer hybrid auth sur une page simple d'authentification
13 lines
No EOL
186 B
PHP
13 lines
No EOL
186 B
PHP
@extends('system')
|
|
|
|
@section('body')
|
|
|
|
@section('sidebar')
|
|
This is the master sidebar.
|
|
@show
|
|
|
|
<div class="container">
|
|
@yield('content')
|
|
</div>
|
|
|
|
@endsection |