@extends('layouts.admin') @section('title', 'Recently Searched Order') @section('page_title', 'Recently Searched') @section('content')

Recently Searched Order

Drag rows up or down to reorder. Saves automatically.

Products
@if($products->isEmpty())

No products marked as Recently Searched.

Edit any product → Visibility → toggle Recently Searched.

@else
@endif
@endsection