From 1dbf0c51bb423e5eba09850ff23972a78a59b449 Mon Sep 17 00:00:00 2001 From: Russ Long Date: Fri, 1 May 2026 16:00:08 -0400 Subject: [PATCH] feat: make all dropdowns searchable using tomselect --- resources/views/checkout.blade.php | 1 + .../views/checkout_select_form.blade.php | 29 +------------------ resources/views/editwinners.blade.php | 1 + resources/views/pcentry.blade.php | 1 + resources/views/winners.blade.php | 1 + 5 files changed, 5 insertions(+), 28 deletions(-) diff --git a/resources/views/checkout.blade.php b/resources/views/checkout.blade.php index cc9575e..2be3a66 100644 --- a/resources/views/checkout.blade.php +++ b/resources/views/checkout.blade.php @@ -50,5 +50,6 @@ @endsection +@include('components.tomselect') @push('js') @endpush diff --git a/resources/views/checkout_select_form.blade.php b/resources/views/checkout_select_form.blade.php index 5d8de86..6948864 100644 --- a/resources/views/checkout_select_form.blade.php +++ b/resources/views/checkout_select_form.blade.php @@ -1,34 +1,6 @@ @extends('tablar::page') @section('content') - - - - - @endsection +@include('components.tomselect') @push('js') @endpush diff --git a/resources/views/pcentry.blade.php b/resources/views/pcentry.blade.php index 0f8d4bc..659ca2d 100644 --- a/resources/views/pcentry.blade.php +++ b/resources/views/pcentry.blade.php @@ -42,5 +42,6 @@ @endsection +@include('components.tomselect') @push('js') @endpush diff --git a/resources/views/winners.blade.php b/resources/views/winners.blade.php index 49eae75..c546077 100644 --- a/resources/views/winners.blade.php +++ b/resources/views/winners.blade.php @@ -54,5 +54,6 @@ @endsection +@include('components.tomselect') @push('js') @endpush