This commit is contained in:
Neerholt 2020-06-29 12:23:08 +02:00
commit 85846eab6c
2 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -21,11 +21,14 @@
{{--@extends("app.washing-reservations.index")--}}
{{--Menuplan--}}
{{----}}@extends("app.menuplans.index")
{{--@extends("app.menuplans.index")--}}
{{--Contact--}}
{{--@extends("app.contact.index")--}}
{{--Account--}}
{{----}}@extends("app.users.index")
{{----}}
{{------Admin Panel
{{----}}