aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/others/import.edge
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/others/import.edge')
-rw-r--r--resources/views/others/import.edge12
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/views/others/import.edge b/resources/views/others/import.edge
index 7fb58de..ca7cc6d 100644
--- a/resources/views/others/import.edge
+++ b/resources/views/others/import.edge
@@ -1,4 +1,4 @@
1@layout('layouts.v2') 1@layout('layouts/v2')
2 2
3@section('content') 3@section('content')
4<div class="w-screen bg-purple-200 flex items-center justify-center"> 4<div class="w-screen bg-purple-200 flex items-center justify-center">
@@ -11,14 +11,14 @@
11 Please login using your Franz/Ferdi account. We will create a new Ferdium account with the same credentials. 11 Please login using your Franz/Ferdi account. We will create a new Ferdium account with the same credentials.
12 </p> 12 </p>
13 13
14 @if(flashMessage('error')) 14 @if(flashMessages.has('error'))
15 <div class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4"> 15 <div class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4">
16 {{ flashMessage('error') }} 16 {{ flashMessages.get('error') }}
17 </div> 17 </div>
18 @endif 18 @endif
19 @if(old('message')) 19 @if(flashMessages.has('message'))
20 <div class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4"> 20 <div class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4">
21 {{ old('message') }} 21 {{ flashMessages.get('message') }}
22 </div> 22 </div>
23 @endif 23 @endif
24 24
@@ -32,7 +32,7 @@
32 name="email" 32 name="email"
33 type="text" 33 type="text"
34 placeholder="E-Mail" 34 placeholder="E-Mail"
35 value="{{ old('email', '') }}" 35 value="{{ flashMessages.get('email', '') }}"
36 required> 36 required>
37 </div> 37 </div>
38 <div class="mb-6"> 38 <div class="mb-6">