@push('styles') @endpush
| # | {{ strtoupper(__('labels.option')) }} | @if(!isset($readonly) || !$readonly){{ __('labels.action') }} | @endif
|---|---|---|
| {{ $index+1 }} |
@if($voteOption['id'] ?? false)
@endif
@if($hasVotes)
{{ $voteOption['votes_count'] }} {{ __('labels.votes') }}
@endif
@if($hasVotes)
{{ __('labels.cannot_edit_has_votes') }}
@endif
|
@if(!isset($readonly) || !$readonly)
@endif |