Ekapp/skolehjem/resources/views/admin/events/update.blade.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