APP_DEBUG
value in your .env
file to false
.',
+ 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG
value in your .env
file to false
.',
'delete' => 'Delete',
'deleted' => 'Deleted',
'delete_seats' => 'Deleted Seats',
@@ -89,6 +89,7 @@
'history' => 'History',
'history_for' => 'History for',
'id' => 'ID',
+ 'image' => 'Image',
'image_delete' => 'Delete Image',
'image_upload' => 'Upload Image',
'import' => 'Import',
diff --git a/resources/lang/en/validation.php b/resources/lang/en/validation.php
index 1e902ebbbd..ee4ecbda4c 100644
--- a/resources/lang/en/validation.php
+++ b/resources/lang/en/validation.php
@@ -87,6 +87,7 @@ return array(
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.',
+ "unique_undeleted" => "The :attribute must be unique.",
/*
|--------------------------------------------------------------------------
@@ -117,7 +118,6 @@ return array(
"hashed_pass" => "Your current password is incorrect",
'dumbpwd' => 'That password is too common.',
"statuslabel_type" => "You must select a valid status label type",
- "unique_undeleted" => "The :attribute must be unique.",
],
/*
diff --git a/resources/views/accessories/checkout.blade.php b/resources/views/accessories/checkout.blade.php
index 830e9492a8..e9230c73e8 100755
--- a/resources/views/accessories/checkout.blade.php
+++ b/resources/views/accessories/checkout.blade.php
@@ -51,16 +51,7 @@
- @@ -87,7 +78,7 @@ @if ($user->avatar)