@extends("admin.layout.base")
@extends("admin.layout.header")

@section("title")
    Link - Fjern
@endsection

@section("path")
    <a href="{{ route('external-links.delete') }}" class="text-white">Fjern Link</a> /
@endsection

@section("content")
@endsection