added logout button
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
</p>
|
||||
{!! Form::close() !!}
|
||||
<h1>{{$message}}</h1>
|
||||
<button class="logout"><a href="/">log out</a></button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -196,6 +196,7 @@
|
||||
</table>
|
||||
@endif
|
||||
</div>
|
||||
<button class="logout"><a href="/">log out</a></button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
{{ Form::button('view', array('class' => 'viewsection', 'type' => 'submit')) }}
|
||||
</p>
|
||||
{!! Form::close() !!}
|
||||
<button class="logout"><a href="/">log out</a></button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<button class="logout"><a href="/">log out</a></button>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user