Ekapp/skolehjem/resources/views/admin/contacts/show.blade.php

14 lines
231 B
PHP

@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")
@endsection