aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/dashboard/account.edge
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-05 19:47:47 +0530
committerLibravatar GitHub <noreply@github.com>2021-07-05 19:47:47 +0530
commit96938cd6dd10e77e96d4ab34b6f64a349254d98d (patch)
tree68c9f814980e5cab5614d2c2816330a406749899 /resources/views/dashboard/account.edge
parentChange main license holder to Ferdi and remove one existing in docker directory (diff)
parentBump set-getter from 0.1.0 to 0.1.1 (diff)
downloadferdium-server-96938cd6dd10e77e96d4ab34b6f64a349254d98d.tar.gz
ferdium-server-96938cd6dd10e77e96d4ab34b6f64a349254d98d.tar.zst
ferdium-server-96938cd6dd10e77e96d4ab34b6f64a349254d98d.zip
Merge branch 'master' into master
Diffstat (limited to 'resources/views/dashboard/account.edge')
-rw-r--r--resources/views/dashboard/account.edge8
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/views/dashboard/account.edge b/resources/views/dashboard/account.edge
index 9f3539e..6792615 100644
--- a/resources/views/dashboard/account.edge
+++ b/resources/views/dashboard/account.edge
@@ -38,6 +38,14 @@
38 </div> 38 </div>
39 </div> 39 </div>
40 <div class="mb-6"> 40 <div class="mb-6">
41 <label class="block text-gray-700 text-sm font-bold mb-2">Last Name</label>
42 <div>
43 <input
44 class="shadow appearance-none rounded w-full py-2 px-3 text-gray-700 mb-3 leading-tight focus:outline-none focus:shadow-outline"
45 type="text" value="{{ old('lastname', lastname) }}" placeholder="Last Name" name="lastname" required>
46 </div>
47 </div>
48 <div class="mb-6">
41 <label class="block text-gray-700 text-sm font-bold mb-2">E-Mail</label> 49 <label class="block text-gray-700 text-sm font-bold mb-2">E-Mail</label>
42 <div> 50 <div>
43 <input 51 <input