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 Sale Price Category Stock
{{$item->id}} {{$item->code}}
{{$item->name}}
{{$item->purchase_price}} {{$item->sele_price}} {{$item->category_name}} {{$item->stock}}