@extends('layouts.app') {{-- Use your main layout file --}} @section('title', 'Amazon Business Product Search') @section('content')

Search Amazon Business Products

{{-- Search Form Container --}}
{{-- Keywords, Region, Locale Row --}}
{{-- Keywords Input --}}
{{-- Region Select --}}
{{-- Locale Select --}}
{{-- Facets Checkboxes --}}
{{-- Submit Button --}}
{{-- End Form Container --}} {{-- Results Area --}}
{{-- Alpine component for results area view toggle --}}
{{-- Results Header: Title and View Toggle --}}

Results

{{-- View Mode Toggle Buttons --}}
{{-- Loading Indicator --}} {{-- Container for both list and grid results (attach event listener here) --}}
{{-- List View Container --}} {{-- Grid View Container --}} {{-- Responsive columns adjusted slightly --}}
{{-- Grid cards will be injected here by JS --}}
{{-- Initial message / No results message area --}}

Enter search criteria above and click Search.

{{-- End Alpine Component for results --}} @endsection @push('scripts') @endpush