Fixed date and stuff
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
@csrf
|
||||
@method("delete")
|
||||
<h3 class="sde-blue bold text-center mb-0">{{$userevent->name}}</h3>
|
||||
<p class="text-center mt-0">{{$userevent->date}}</p>
|
||||
<p class="text-center mt-0">{{ \Illuminate\Support\Facades\Date::createFromTimeStamp(strtotime($userevent->date))->format('d/m/Y \k\l\. H:i') }}</p>
|
||||
<p class="text-center">{{$userevent->description}}</p>
|
||||
<button type="submit" class="btn text-center btn-sde-blue" onclick="return confirm('Are you sure you want to remove this event?');">Afmeld</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user