15 lines
300 B
PHP
15 lines
300 B
PHP
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
Kontakt - Rediger
|
|
@endsection
|
|
|
|
@section("path")
|
|
<a href="{{ route('contacts.update') }}" class="text-white">Rediger Bruger</a> /
|
|
@endsection
|
|
|
|
@section("content")
|
|
Kontakten blev (ikke) redigeret.
|
|
@endsection
|