@if(isset($attributes['multiple']))
{{ trans('global.select_all') }}
{{ trans('global.deselect_all') }}
@endif
@if(!isset($attributes['multiple']))
@endif @foreach($options as $key => $value)
{{ $value }}
@endforeach
@push('scripts') @endpush