{{--
410 — Gone
Use for permanently deleted artworks, DMCA removed content, deleted blog posts.
Minimal content — no heavy suggestions needed by spec.
--}}
@extends('errors._layout', [
'error_code' => 410,
'error_title' => 'Content Permanently Removed',
'error_message' => 'This content has been permanently removed and is no longer available.',
])
@section('badge', 'Gone')
@section('primary-cta')
Explore Discover
@endsection
@section('secondary-ctas')
Return Home
Search
@endsection