@extends('layouts.app') @section('content')
| # | Image | Title | Brand | Price | Featured | Actions |
|---|---|---|---|---|---|---|
| {{ $gadgets->firstItem() + $key }} |
|
{{ $item->title }} | {{ $item->brand }} | ${{ number_format($item->price) }} | @if($item->is_featured) Yes @else No @endif | Edit |