v1.5.13 multiple events, semi done but has to be commite so we dont loses our process we have made

This commit is contained in:
2021-04-22 15:31:08 +02:00
parent ef39c3e6ec
commit 9056bc6335
7 changed files with 409 additions and 0 deletions
@@ -0,0 +1,13 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Aktivitet - Fjern
@endsection
@section("path")
<a href="{{ route('events.destroy') }}" class="text-white">Fjern aktivitet</a>
@endsection
@section("content")
@endsection