2020-06-22 13:25:39 +00:00
|
|
|
@extends("admin.layout.base")
|
|
|
|
@extends("admin.layout.header")
|
|
|
|
|
|
|
|
@section("title")
|
2020-06-29 12:48:31 +00:00
|
|
|
Aktivitet - Fjern
|
2020-06-22 13:25:39 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("path")
|
2020-06-29 12:48:31 +00:00
|
|
|
<a href="{{ route('events.destroy') }}" class="text-white"> fjern aktivitet</a>
|
2020-06-22 13:25:39 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("content")
|
|
|
|
@endsection
|