diff --git a/resources/views/awardcategories.blade.php b/resources/views/awardcategories.blade.php index 893a271..c72d2d1 100644 --- a/resources/views/awardcategories.blade.php +++ b/resources/views/awardcategories.blade.php @@ -38,4 +38,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/bidderlist.blade.php b/resources/views/bidderlist.blade.php index 5c3ec89..c39374a 100644 --- a/resources/views/bidderlist.blade.php +++ b/resources/views/bidderlist.blade.php @@ -42,4 +42,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/bidders.blade.php b/resources/views/bidders.blade.php index a5d62fa..11a6d82 100644 --- a/resources/views/bidders.blade.php +++ b/resources/views/bidders.blade.php @@ -98,4 +98,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/carshowscores.blade.php b/resources/views/carshowscores.blade.php index 0205460..f548611 100644 --- a/resources/views/carshowscores.blade.php +++ b/resources/views/carshowscores.blade.php @@ -42,4 +42,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/carshowwinners.blade.php b/resources/views/carshowwinners.blade.php index d68f59e..1b9e181 100644 --- a/resources/views/carshowwinners.blade.php +++ b/resources/views/carshowwinners.blade.php @@ -39,4 +39,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/checkout.blade.php b/resources/views/checkout.blade.php index a5a4226..4dbbe03 100644 --- a/resources/views/checkout.blade.php +++ b/resources/views/checkout.blade.php @@ -50,4 +50,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/checkout_complete.blade.php b/resources/views/checkout_complete.blade.php index 5937976..7113c55 100644 --- a/resources/views/checkout_complete.blade.php +++ b/resources/views/checkout_complete.blade.php @@ -28,4 +28,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/checkout_complete_list.blade.php b/resources/views/checkout_complete_list.blade.php index 32143c8..5c06ee3 100644 --- a/resources/views/checkout_complete_list.blade.php +++ b/resources/views/checkout_complete_list.blade.php @@ -43,4 +43,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/editwinners.blade.php b/resources/views/editwinners.blade.php index e8e134e..c9c186b 100644 --- a/resources/views/editwinners.blade.php +++ b/resources/views/editwinners.blade.php @@ -33,4 +33,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/finaltally.blade.php b/resources/views/finaltally.blade.php index ffed2f6..5492b44 100644 --- a/resources/views/finaltally.blade.php +++ b/resources/views/finaltally.blade.php @@ -40,4 +40,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 0e852e6..9241521 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -85,4 +85,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/itemlist.blade.php b/resources/views/itemlist.blade.php index 4cf9ea3..6a33379 100644 --- a/resources/views/itemlist.blade.php +++ b/resources/views/itemlist.blade.php @@ -42,4 +42,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/items.blade.php b/resources/views/items.blade.php index 384c1cd..e4f3358 100644 --- a/resources/views/items.blade.php +++ b/resources/views/items.blade.php @@ -41,4 +41,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/judges.blade.php b/resources/views/judges.blade.php index 9434ee0..a8cb38f 100644 --- a/resources/views/judges.blade.php +++ b/resources/views/judges.blade.php @@ -33,4 +33,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/judgingentry.blade.php b/resources/views/judgingentry.blade.php index b0aa722..67659b9 100644 --- a/resources/views/judgingentry.blade.php +++ b/resources/views/judgingentry.blade.php @@ -49,4 +49,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/mywinnings_form.blade.php b/resources/views/mywinnings_form.blade.php index 6e40f20..919cdca 100644 --- a/resources/views/mywinnings_form.blade.php +++ b/resources/views/mywinnings_form.blade.php @@ -29,4 +29,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/mywinnings_results.blade.php b/resources/views/mywinnings_results.blade.php index a46e1c0..62754fd 100644 --- a/resources/views/mywinnings_results.blade.php +++ b/resources/views/mywinnings_results.blade.php @@ -70,4 +70,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/north_checkout.blade.php b/resources/views/north_checkout.blade.php index 57f54de..3baa7ba 100644 --- a/resources/views/north_checkout.blade.php +++ b/resources/views/north_checkout.blade.php @@ -84,4 +84,6 @@ }); @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/pcentry.blade.php b/resources/views/pcentry.blade.php index e6321b1..fac7965 100644 --- a/resources/views/pcentry.blade.php +++ b/resources/views/pcentry.blade.php @@ -37,4 +37,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/reprint_receipt_form.blade.php b/resources/views/reprint_receipt_form.blade.php index 1ea52ca..9abf18a 100644 --- a/resources/views/reprint_receipt_form.blade.php +++ b/resources/views/reprint_receipt_form.blade.php @@ -33,4 +33,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/showcarlist.blade.php b/resources/views/showcarlist.blade.php index e7c278d..0d95ba4 100644 --- a/resources/views/showcarlist.blade.php +++ b/resources/views/showcarlist.blade.php @@ -50,4 +50,6 @@ }); @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/showcarlist_old.blade.php b/resources/views/showcarlist_old.blade.php index 8481e44..69621d2 100644 --- a/resources/views/showcarlist_old.blade.php +++ b/resources/views/showcarlist_old.blade.php @@ -37,4 +37,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/showcars.blade.php b/resources/views/showcars.blade.php index 8d557dd..75c9cb7 100644 --- a/resources/views/showcars.blade.php +++ b/resources/views/showcars.blade.php @@ -113,4 +113,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/showcars_old.blade.php b/resources/views/showcars_old.blade.php index 7cfa4e1..048d5df 100644 --- a/resources/views/showcars_old.blade.php +++ b/resources/views/showcars_old.blade.php @@ -60,4 +60,6 @@ }); @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/vehicletypes.blade.php b/resources/views/vehicletypes.blade.php index a0d180f..e4de8ca 100644 --- a/resources/views/vehicletypes.blade.php +++ b/resources/views/vehicletypes.blade.php @@ -39,4 +39,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/wallboard.blade.php b/resources/views/wallboard.blade.php index 4ef8502..3bed64b 100644 --- a/resources/views/wallboard.blade.php +++ b/resources/views/wallboard.blade.php @@ -20,4 +20,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/winnerlist.blade.php b/resources/views/winnerlist.blade.php index 826aaa8..cd03f8b 100644 --- a/resources/views/winnerlist.blade.php +++ b/resources/views/winnerlist.blade.php @@ -42,4 +42,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/winners.blade.php b/resources/views/winners.blade.php index a323f31..d32bee9 100644 --- a/resources/views/winners.blade.php +++ b/resources/views/winners.blade.php @@ -54,4 +54,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/winnersbyitem.blade.php b/resources/views/winnersbyitem.blade.php index e838ac5..151149f 100644 --- a/resources/views/winnersbyitem.blade.php +++ b/resources/views/winnersbyitem.blade.php @@ -44,4 +44,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/winnertotal.blade.php b/resources/views/winnertotal.blade.php index 76658ef..5e453f9 100644 --- a/resources/views/winnertotal.blade.php +++ b/resources/views/winnertotal.blade.php @@ -39,4 +39,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/winnertotalform.blade.php b/resources/views/winnertotalform.blade.php index f0f5065..f8f60c5 100644 --- a/resources/views/winnertotalform.blade.php +++ b/resources/views/winnertotalform.blade.php @@ -33,4 +33,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush diff --git a/resources/views/winningbidderlist.blade.php b/resources/views/winningbidderlist.blade.php index 469c79e..0b6f3b2 100644 --- a/resources/views/winningbidderlist.blade.php +++ b/resources/views/winningbidderlist.blade.php @@ -39,4 +39,6 @@ @endsection +@push('js') @include('components.tomselect') +@endpush