@extends('layouts.main') @section('title', 'Dashboard') @section('content') @push('head') @endpush
{{ __('Products')}}
{{ __('Enquiry')}}
{{ __('Customers')}}
{{ __('Suppliers')}}
| {{ __('Product Name')}} | {{ __('Image')}} | {{ __('code')}} | {{ __('Buy Price')}} | {{ __('Sell Price')}} |
|---|---|---|---|---|
| {{ $item->name }} |
@if ($item->images)
@foreach (json_decode($item->images) as $image)
|
{{ $item->sku }} | {{ $item->buypricecurrency }} {{ $item->buyprice }} | {{ $item->sellpricecurrency }} {{ $item->sellprice }} |