v0.6.1 - Added jquery

This commit is contained in:
frederikpyt
2020-08-11 09:27:07 +02:00
parent 64c260a63f
commit e391acf261
4 changed files with 4 additions and 4 deletions
@@ -5,7 +5,7 @@
@endsection
@section("content")
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="{{ asset("/js/jquery-3.2.1.min.js") }}"></script>
<main>
<h1 class="text-center sde-blue mt-0">{{__('msg.konto')}}</h1>
<h4 class="mt-0">{{__('msg.navn')}}: {{ Auth::user()->name_first . " " . Auth::user()->name_last }}</h4>