Ekapp/skolehjem/resources/views/admin/events/store.blade.php

15 lines
299 B
PHP
Raw Normal View History

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.create') }}" class="text-white">Opret External Link</a> /
2020-06-22 13:25:39 +00:00
@endsection
@section("content")
2020-06-29 12:48:31 +00:00
Link blev (ikke) oprettet.
2020-06-22 13:25:39 +00:00
@endsection