Files
Ekapp/skolehjem/resources/views/admin/events/update.blade.php
T
2020-06-29 14:48:31 +02:00

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