Kontakt frontend

This commit is contained in:
frederikpyt
2020-06-29 11:34:21 +02:00
parent 1863d953f8
commit b198f830c3
3 changed files with 55 additions and 0 deletions
@@ -0,0 +1,14 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Kontakt - Rediger
@endsection
@section("path")
<a href="{{ route('contacts.edit') }}" class="text-white">Rediger Bruger</a> /
@endsection
@section("content")
Kontakten blev (ikke) redigeret.
@endsection