Compare commits
2 Commits
7259cf7a05
...
6f5eb0d776
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f5eb0d776 | |||
| 1cdabc9b8f |
@@ -16,7 +16,7 @@ class CartController extends Controller
|
||||
public function index(): JsonResponse
|
||||
{
|
||||
$cartItems = auth()->user()->carts()
|
||||
->with(['product' => ['media', 'brand']])
|
||||
->with(['product' => ['media', 'brand', 'channels']])
|
||||
->orderBy('cart_items.id', 'desc')
|
||||
->get()
|
||||
->each(function ($cartItem) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="mt-8 leading-normal text-xs text-gray-500 space-y-1">
|
||||
<p class="text-center">Powered by <a class="link-default" href="http://webulgam.com.tm">Web Ulgam,</a></p>
|
||||
<p class="text-center">Powered by <a class="link-default" href="https://webulgam.com">Web Ulgam,</a></p>
|
||||
<p class="text-center">© {{ date('Y') }} MM.COM.TM Entrepreneur.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user