@extends('layouts.hosting') @section('title', 'Search') @section('content') @include('partials.search-screen', [ 'query' => $query, 'results' => $results, 'backUrl' => route('hosting.dashboard'), 'searchUrl' => route('hosting.search'), 'heading' => 'Find hosting accounts and orders', 'placeholder' => 'Search domains, usernames, orders…', 'emptyHint' => 'Use at least 2 characters to search hosting accounts, linked domains, or orders.', ]) @endsection