v0.5.7a - Added middelware

This commit is contained in:
2020-08-07 08:51:05 +02:00
parent 23929310f7
commit e5e057a51a
3 changed files with 4 additions and 3 deletions
@@ -17,7 +17,7 @@
<span>{{__('msg.telefon')}} Nr.:</span>
<input type="text" name="phone" id="phone" value="{{ Auth::user()->phone }}" required>
<button type="submit" class="btn text-center btn-sde-blue mt-1">{{__('msg.rediger')}}</button>
<a href="{{ route('users.account') }}" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</a>
<button onclick="window.location.href = '{{ route('users.account') }}';" class="btn text-center btn-sde-blue mt-1">{{__('msg.tilbage')}}</button>
</form>
</main>
@endsection