@extends('items.layout') @section('items.content')
Sku | Name | Type | Cost Price | Selling Price | Stock | Actions |
---|---|---|---|---|---|---|
{{ $item->sku ?: "(blank)" }} | {{ $item->name ?: "(blank)" }} | {{ $item->type ?: "(blank)" }} | {{ $item->cost_price ?: "(blank)" }} | {{ $item->selling_price ?: "(blank)" }} | {{ $item->stock ?: "(blank)" }} |
@if($item->trashed())
@else
@lang('Show')
|