@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