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

15 lines
299 B
PHP

@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Vaskemaskiner - Vis
@endsection
@section("path")
<a href="{{ route('events.create') }}" class="text-white">Opret External Link</a> /
@endsection
@section("content")
Link blev (ikke) oprettet.
@endsection