15 lines
327 B
PHP
15 lines
327 B
PHP
@extends("admin.layout.base")
|
|
@extends("admin.layout.header")
|
|
|
|
@section("title")
|
|
link - Rediger
|
|
@endsection
|
|
|
|
@section("path")
|
|
<a href="{{ route('external-links.edit', ["external_link" => $link]) }}" class="text-white">External link</a> /
|
|
@endsection
|
|
|
|
@section("content")
|
|
Din link blev (ikke) redigeret.
|
|
@endsection
|