Merge branch 'master' of https://github.com/sebathefox/skolehjem-webapp
This commit is contained in:
commit
85846eab6c
|
@ -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
|
|
@ -21,11 +21,14 @@
|
||||||
{{--@extends("app.washing-reservations.index")--}}
|
{{--@extends("app.washing-reservations.index")--}}
|
||||||
|
|
||||||
{{--Menuplan--}}
|
{{--Menuplan--}}
|
||||||
{{----}}@extends("app.menuplans.index")
|
{{--@extends("app.menuplans.index")--}}
|
||||||
|
|
||||||
{{--Contact--}}
|
{{--Contact--}}
|
||||||
{{--@extends("app.contact.index")--}}
|
{{--@extends("app.contact.index")--}}
|
||||||
|
|
||||||
|
{{--Account--}}
|
||||||
|
{{----}}@extends("app.users.index")
|
||||||
|
|
||||||
{{----}}
|
{{----}}
|
||||||
{{------Admin Panel
|
{{------Admin Panel
|
||||||
{{----}}
|
{{----}}
|
||||||
|
|
Loading…
Reference in New Issue