register step

This commit is contained in:
Kevin Adametz 2020-03-26 09:46:06 +01:00
parent 1ada368ed4
commit f06d2d15a5
50 changed files with 748 additions and 276 deletions

View file

@ -97,8 +97,10 @@
href="{{url('/kontakt')}}">Kontakt</a></li>
<li class="{{ Request::is('partner') ? ' active' : '' }}"><a
href="{{url('/partner')}}">Partner</a></li>
@if($user_shop)
<li class="{{ Request::is('register_user') ? ' active' : '' }}"><a
href="{{url('/registrierung')}}">Registrierung</a></li>
@endif
</ul>
<!-- /Links -->
</div>