diff --git a/resources/views/admin/anidb/edit.blade.php b/resources/views/admin/anidb/edit.blade.php index 94603c4a2..f74a0ffa7 100644 --- a/resources/views/admin/anidb/edit.blade.php +++ b/resources/views/admin/anidb/edit.blade.php @@ -17,10 +17,10 @@
- Display: {{ number_format($anime['rating'] / 100, 1) }} / 10 + Display: {{ number_format($anime->rating / 100, 1) }} / 10
@endif @@ -101,7 +101,7 @@ + class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-200 rounded-md focus:ring-blue-500 focus:border-blue-500">{{ $anime->related ?? '' }} @@ -112,7 +112,7 @@ + class="w-full px-3 py-2 border border-gray-300 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-200 rounded-md focus:ring-blue-500 focus:border-blue-500">{{ $anime->similar ?? '' }} @@ -125,11 +125,11 @@
@else