2020-06-22 13:25:39 +00:00
|
|
|
@extends("admin.layout.base")
|
|
|
|
@extends("admin.layout.header")
|
|
|
|
|
|
|
|
@section("title")
|
|
|
|
Vaskemaskiner - Vis
|
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("path")
|
2020-06-29 12:48:31 +00:00
|
|
|
<a href="{{ route('events.edit', ["event" => $event]) }}" class="text-white">External link</a> /
|
2020-06-22 13:25:39 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("content")
|
2020-06-29 12:48:31 +00:00
|
|
|
Din link blev (ikke) redigeret.
|
2020-06-22 13:25:39 +00:00
|
|
|
@endsection
|