Shop, menu, and booking storefronts with OIDC SSO, Pay checkout, and merchant.ladill.com deployment workflow. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
491 B
PHP
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>
|