🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home2
/
birthday
/
wapi.krishivgroups.com
/
vendor
/
filament
/
actions
/
resources
/
views
✏️
Editing: select-action.blade.php
@php $id = $getId(); $isDisabled = $isDisabled(); @endphp <div class="fi-ac-select-action"> <label for="{{ $id }}" class="sr-only"> {{ $getLabel() }} </label> <x-filament::input.wrapper :disabled="$isDisabled"> <x-filament::input.select :disabled="$isDisabled" :id="$id" :wire:model.live="$getName()" > @if (($placeholder = $getPlaceholder()) !== null) <option value="">{{ $placeholder }}</option> @endif @foreach ($getOptions() as $value => $label) <option value="{{ $value }}"> {{ $label }} </option> @endforeach </x-filament::input.select> </x-filament::input.wrapper> </div>
💾 Save Changes
❌ Cancel