diff --git a/app/Models/Typerating.php b/app/Models/Typerating.php index e68a0c39..11999a07 100644 --- a/app/Models/Typerating.php +++ b/app/Models/Typerating.php @@ -13,6 +13,7 @@ class Typerating extends Model 'type', 'description', 'image_url', + 'active', ]; // Validation diff --git a/resources/views/admin/typeratings/fields.blade.php b/resources/views/admin/typeratings/fields.blade.php index beedc127..bd9cd761 100644 --- a/resources/views/admin/typeratings/fields.blade.php +++ b/resources/views/admin/typeratings/fields.blade.php @@ -1,10 +1,10 @@
{{ $errors->first('name') }}
{{ $errors->first('type') }}
@@ -12,12 +12,12 @@{{ $errors->first('description') }}
{{ $errors->first('image_url') }}
@@ -25,19 +25,16 @@