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

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