From b1de98f05d72fcc9d5a5e24f8b05719639a775c2 Mon Sep 17 00:00:00 2001 From: akemidx Date: Tue, 9 Sep 2025 19:18:29 -0400 Subject: [PATCH] first front end --- resources/views/reports/custom.blade.php | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/resources/views/reports/custom.blade.php b/resources/views/reports/custom.blade.php index 01eb13ad8f..c51caf90f9 100644 --- a/resources/views/reports/custom.blade.php +++ b/resources/views/reports/custom.blade.php @@ -426,7 +426,25 @@ - + +
+ +
+ + {{ strtolower(trans('general.to')) }} + +
+ + @if ($errors->has('purchase_price_start') || $errors->has('purchase_price_end')) +
+ {!! $errors->first('purchase_price_start', '') !!} + {!! $errors->first('purchase_price_end', '') !!} +
+ @endif + +
+ +