@extends('layouts.app') @section('content')

📱 Gadgets

+ Add Gadget
@foreach($gadgets as $key => $item) @endforeach
# 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
@csrf @method('DELETE')
{{ $gadgets->links() }}
@endsection