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