Files
Ekapp/skolehjem/resources/views/admin/contacts/store.blade.php
T
2020-06-30 11:38:28 +02:00

15 lines
299 B
PHP

@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Kontakter - Opret
@endsection
@section("path")
<a href="{{ route('contacts.store') }}" class="text-white">Opbevar Kontakt</a> /
@endsection
@section("content")
Kontakten blev (ikke) oprettet.
@endsection