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

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

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

@section("content")
    Link blev (ikke) oprettet.
@endsection