Files
ladill-mini/resources/views/search/index.blade.php
T
isaaccladandCursor 7ffa44b128
Deploy Ladill Mini / deploy (push) Successful in 24s
Add mobile-only payment search for Ladill Mini.
Wire the mobile search tab to a payments search page and remove desktop header search shortcuts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 21:47:33 +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>