bugs fixing

This commit is contained in:
meghamalore
2024-06-25 11:37:40 +05:30
parent 4ee9172056
commit 13da345280
4 changed files with 4 additions and 4 deletions

View File

@@ -1318,7 +1318,6 @@ class ManageUserProductController extends Controller
public function monthlyUpdateChangeHoldingStatus(Request $request)
{
// dd($request->all());
$id = $request->id;
$status = $request->status == 'Holding' ? 'Reedemed' : 'Holding';
$updateStatus = MonthlyUpdateMaster::where('id', $id)->update([

View File

@@ -70,7 +70,7 @@ function imagePath($path = null)
$finalPath = "https://staging.jerichoalternatives.in/";
}
if (env('APP_ENV') == 'local') {
$finalPath = "http://localhost/jericho_28_march/";
$finalPath = "http://localhost/freeu/my-freeu/";
}
return $finalPath . $path;
}

View File

@@ -235,7 +235,7 @@
<div class="col-md-12 fv-row">
<label class="required fs-6 fw-semibold mb-2">Investment Date</label>
<input class="form-control form-control-solid " type="text" name="investment_date" id="einvestment_Date" />
<input class="form-control form-control-solid " type="date" name="investment_date" id="einvestment_Date" />
</div>
<div class="col-md-12 fv-row">
<label class="required fs-6 fw-semibold mb-2">Total Gross Interest</label>
@@ -276,7 +276,7 @@
</div>
</div>
</div>
</div>
</div>
<div class="submit_btn d-flex justify-content-center mt-15">
<button type="submit" id='edit_fractional' class="btn btn-light-dark"> Update </button>

View File

@@ -18,6 +18,7 @@
<div class="card-logo bg-white">
{{-- <img src="{{ imagePath('public/assets/media/FrontendImages/menu-logo.png') }}"> --}}
{{-- @dd($gireData->funds->companies->company_logo); --}}
<img src="{{ $gireData->funds->companies != null ? $gireData->funds->companies->company_logo : imagePath('public/assets/media/FrontendImages/menu-logo.png')}}">