Bootstrap Ladill Link from QR Plus extract template.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<x-user-layout>
|
||||
<x-slot name="title">Search</x-slot>
|
||||
|
||||
@include('partials.search-screen', [
|
||||
'query' => $query,
|
||||
'results' => $results,
|
||||
'backUrl' => route('qr.dashboard'),
|
||||
'searchUrl' => route('qr.search'),
|
||||
'heading' => 'Find QR codes',
|
||||
'placeholder' => 'Search QR codes, short codes, URLs…',
|
||||
'emptyHint' => 'Use at least 2 characters to search labels, short codes, or destinations.',
|
||||
])
|
||||
</x-user-layout>
|
||||
Reference in New Issue
Block a user