@extends("admin.layout.base")
@extends("admin.layout.header")

@section("title")
    Vaskemaskiner - Vis
@endsection

@section("path")
    <a href="{{ route('events.edit', ["event" => $event]) }}" class="text-white">External link</a> /
@endsection

@section("content")
    Din link blev (ikke) redigeret.
@endsection