states
This commit is contained in:
64
SRC/resources/views/admin.blade.php
Normal file
64
SRC/resources/views/admin.blade.php
Normal file
@ -0,0 +1,64 @@
|
||||
@extends('app')
|
||||
|
||||
@section('content')
|
||||
|
||||
<br>
|
||||
<center><h1>Bienvenue dans l'espace d'administration!</h1>
|
||||
<br>
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-8">
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Nom</td>
|
||||
<td>Mail</td>
|
||||
<td>Lieu</td>
|
||||
<td>Action</td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Quentin Rouland</td>
|
||||
<td>quentin.rouland@free.fr</td>
|
||||
<td>Toulouse</td>
|
||||
<td>-- Action --</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Quentin Rouland</td>
|
||||
<td>quentin.rouland@free.fr</td>
|
||||
<td>Toulouse</td>
|
||||
<td>-- Action --</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Quentin Rouland</td>
|
||||
<td>quentin.rouland@free.fr</td>
|
||||
<td>Toulouse</td>
|
||||
<td>-- Action --</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Quentin Rouland</td>
|
||||
<td>quentin.rouland@free.fr</td>
|
||||
<td>Toulouse</td>
|
||||
<td>-- Action --</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Quentin Rouland</td>
|
||||
<td>quentin.rouland@free.fr</td>
|
||||
<td>Toulouse</td>
|
||||
<td>-- Action --</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Quentin Rouland</td>
|
||||
<td>quentin.rouland@free.fr</td>
|
||||
<td>Toulouse</td>
|
||||
<td>-- Action --</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="col-md-4">.col-md-4</div>
|
||||
</div>
|
||||
@endsection
|
9
SRC/resources/views/referent.blade.php
Normal file
9
SRC/resources/views/referent.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
@extends('app')
|
||||
|
||||
@section('content')
|
||||
|
||||
<br>
|
||||
<center><h1>Bienvenue dans l'espace référent!</h1>
|
||||
<br>
|
||||
|
||||
@endsection
|
Reference in New Issue
Block a user