remove some faulty data

This commit is contained in:
PHP-Mods 2017-06-22 00:42:08 +03:00
parent 7e54db4fd4
commit 88d163cc13

View File

@ -81,7 +81,6 @@
<a href="{{ url('/admin') }}">Admin</a>
@endif
<a href="{{ url('/user/dashboard') }}">Dashboard</a>
<<<<<<< HEAD
<a href="{!! url('/logout') !!}" class="btn btn-default btn-flat"
onclick="event.preventDefault(); document.getElementById('logout-form').submit();">
Sign out
@ -89,9 +88,7 @@
<form id="logout-form" action="{{ url('/logout') }}" method="POST" style="display: none;">
{{ csrf_field() }}
</form>
=======
<a href="{{ url('/logout') }}">Logout</a>
>>>>>>> #26.1 test
@endif
</div>
@endif