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

15 lines
326 B
PHP

@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
Kontakt - Rediger
@endsection
@section("path")
<a href="{{ route('contacts.update', ['contact' => $contacts]) }}" class="text-white">Rediger Bruger</a> /
@endsection
@section("content")
Kontakten blev (ikke) redigeret.
@endsection