More Product Model optimisation

This commit is contained in:
2023-05-05 15:48:24 +10:00
parent 96f799f535
commit 820ff2be00
37 changed files with 161 additions and 592 deletions

View File

@@ -29,7 +29,7 @@
<div id="accordion">
<!-- Reseller Choose Client -->
@if ($user && $user->isReseller())
@if ($user && $user->exists && $user->isReseller())
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">Account</h4>
@@ -78,7 +78,7 @@
</div>
<!-- Non-Authed User -->
@elseif ($user)
@elseif ($user && $user->exists)
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">