Ekapp/skolehjem/resources/views/admin/contacts/update.blade.php

15 lines
325 B
PHP
Raw Normal View History

2020-06-29 09:34:21 +00:00
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Kontakt - Rediger
@endsection
@section("path")
2020-06-29 10:35:24 +00:00
<a href="{{ route('contacts.update', ["contact" => $contact]) }}" class="text-white">Rediger Bruger</a> /
2020-06-29 09:34:21 +00:00
@endsection
@section("content")
Kontakten blev (ikke) redigeret.
@endsection