Items
This is an example dashboard created using build-in elements and components.
Item List
@if (!empty($items)) @foreach ($items as $item) @endforeach @endif
# Code Name Purchase Price Custom Rate Sale Price Actual Purchase Price Category Stock
{{ $item->id }} {{ $item->code }}
{{ $item->name }}
{{ $item->purchase_price }} {{ $item->custom_rate }} {{ $item->sele_price }} {{ $item->actual_price }} {{ $item->category_name }} {{ $item->stock }} @if (Auth::user()->status !== 3)
@endif