diff --git a/resources/views/partials/forms/edit/purchase_cost.blade.php b/resources/views/partials/forms/edit/purchase_cost.blade.php index c1fdca4e2..3f94ac64f 100644 --- a/resources/views/partials/forms/edit/purchase_cost.blade.php +++ b/resources/views/partials/forms/edit/purchase_cost.blade.php @@ -1,17 +1,20 @@
- -
-
- + +
+
+ + @if (isset($currency_type)) - {{ $currency_type }} + {{ $currency_type }} @else - {{ $snipeSettings->default_currency }} - @endif - - - {!! $errors->first('purchase_cost', ' :message') !!} -
-
+ {{ $snipeSettings->default_currency }} + @endif +
+
+
+ {!! $errors->first('purchase_cost', ' :message') !!} +
+
+