15 lines
317 B
PHP
15 lines
317 B
PHP
@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
|