@extends('adminlte::components.form.input-group-component')
@section('input_group_item')
{{-- Select --}}
@overwrite
{{-- Add plugin initialization and configuration code --}}
@push('js')
@endpush
{{-- CSS workarounds for the Select2 plugin --}}
{{-- NOTE: this may change with newer plugin versions --}}
@once
@push('css')
@endpush
@endonce