{{ __('Affiliate Links') }}

{{ __('Create new link') }} @if (session('success'))
{{ session('success') }}
@endif
@foreach ($links as $link) @endforeach
ID Name Cloaked URL Redirect Type Actions
{{ $link->id }} {{ $link->name }}
{{ $link->redirect_type }}
Edit
@csrf @method('DELETE')
{{ $links->links() }}