added things to external link views and worked in controller

This commit is contained in:
Vedde
2020-06-26 13:56:28 +02:00
parent 59deaf5eb3
commit 89082b281b
8 changed files with 47 additions and 16 deletions
@@ -0,0 +1,14 @@
@extends("admin.layout.base")
@extends("admin.layout.header")
@section("title")
link - Rediger
@endsection
@section("path")
<a href="{{ route('external-links.index') }}" class="text-white">External link</a> /
@endsection
@section("content")
Din link blev (ikke) redigeret.
@endsection