Files
isaaccladandCursor f718b9cfbf Initial Ladill Merchant app with Gitea deploy pipeline.
Shop, menu, and booking storefronts with OIDC SSO, Pay checkout, and merchant.ladill.com deployment workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 23:05:21 +00:00

14 lines
491 B
PHP

<x-user-layout>
<x-slot name="title">Search</x-slot>
@include('partials.search-screen', [
'query' => $query,
'results' => $results,
'backUrl' => route('merchant.dashboard'),
'searchUrl' => route('merchant.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>