bugs fixing
This commit is contained in:
@@ -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([
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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')}}">
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user