changes-1

This commit is contained in:
noor
2023-10-10 10:09:39 +05:30
parent 1d1735f61b
commit 389c6d3751
27 changed files with 148 additions and 72 deletions

View File

@@ -763,7 +763,7 @@ class SettingsController extends Controller
{
$days = Input::get('no_of_days');
if ($days == null) {
return redirect()->back()->with('fails', 'Please enter valid no of days');
return redirect()->back()->with('fails', \Illuminate\Support\Facades\Lang::get('lang.please_enter_valid_no_days'));
}
$date = new DateTime();
$date->modify($days.' day');