Files
ladill-woo-manager/resources/views/search/index.blade.php
T
isaaccladandCursor ffe0b9d877
Deploy Ladill Woo Manager / deploy (push) Failing after 2s
Scaffold Ladill Woo Manager for WooCommerce order fulfillment.
Standalone app with SSO shell, WordPress plugin connect flow, webhook ingest,
fulfillment inbox, and plugin activation API — no payment processing.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 22:39:38 +00:00

14 lines
483 B
PHP

<x-user-layout>
<x-slot name="title">Search</x-slot>
@include('partials.search-screen', [
'query' => $query,
'results' => $results,
'backUrl' => route('mini.dashboard'),
'searchUrl' => route('mini.search'),
'heading' => 'Find payments',
'placeholder' => 'Search payer, note, reference, QR…',
'emptyHint' => 'Use at least 2 characters to search payer names, notes, references, or QR labels.',
])
</x-user-layout>