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:32:34 +00:00
|
|
|
<a href="{{ route('contacts.update') }}" class="text-white">Rediger Bruger</a> /
|
2020-06-29 09:34:21 +00:00
|
|
|
@endsection
|
|
|
|
|
|
|
|
@section("content")
|
|
|
|
Kontakten blev (ikke) redigeret.
|
|
|
|
@endsection
|