@extends('layouts.app') @section('title', __('messages.search') . ' - ' . __('messages.app_name')) @section('content') @php $lang = app()->getLocale(); @endphp
{{-- ===== SEARCH HEADER (transparent) ===== --}}
{{-- Back --}} {{-- Search input (live search — no form submission) --}}
{{-- ===== LIVE SEARCH RESULTS (populated by JS) ===== --}} {{-- ===== POPULAR ITEMS (hidden while searching) ===== --}} {{-- /popular-section --}}
@push('scripts') @endpush @endsection