@extends('layouts.main') @section('title', 'Products') @section('content')
{{ $products->links() }}
@foreach ($products as $item) @endforeach
Image Title SKU Stock Buy Price Sell Price Action
@if ($item->images) @foreach (json_decode($item->images) as $image) @endforeach @endif {{ $item->name }} {{ $item->sku }} {{ $item->stock }} {{ $item->buypricecurrency }} {{ $item->buyprice }} {{ $item->sellpricecurrency }} {{ $item->sellprice }}