Kontakt frontend

This commit is contained in:
frederikpyt
2020-06-29 12:20:09 +02:00
parent 97af5273be
commit 30b31e0309
2 changed files with 18 additions and 1 deletions
@@ -0,0 +1,14 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Kontakter - Opret
@endsection
@section("path")
<a href="" class="text-white">Slet Kontakt</a> /
@endsection
@section("content")
Din kontakt blev slettet
@endsection