diff --git a/resources/views/reports/custom.blade.php b/resources/views/reports/custom.blade.php index 9b569f5ba..8e4967218 100644 --- a/resources/views/reports/custom.blade.php +++ b/resources/views/reports/custom.blade.php @@ -420,22 +420,11 @@
@if (! request()->routeIs('report-templates.edit')) -
-
- @csrf - - {{--this means that the name of a loaded report is in the input box. could lead to confusion with update--}} - -
-
-
+
+ {{--this means that the name of a loaded report is in the input box. could lead to confusion with update--}} + + + {!! $errors->first('name', '') !!} +
+ + +
@endif