← {{ ucfirst(__('laravel-crm::lang.back')) }} {{ __('laravel-crm::lang.to') }} {{ __('laravel-crm::lang.features') }}
@auth @if ($hasVoted)
@csrf @method('DELETE')
@else
@csrf
@endif @else {{ $feature->votes_count }} @endauth

{{ $feature->title }}

@if ($feature->status) {{ $feature->status->name }} @endif
@if ($feature->description)

{{ $feature->description }}

@endif
{{ ucfirst(__('laravel-crm::lang.created_by')) }} {{ $feature->submittedBy?->name ?? '-' }} · {{ $feature->created_at?->diffForHumans() }}

{{ ucfirst(__('laravel-crm::lang.comments')) }} ({{ $feature->comments_count }})

@if ($errors->any())
    @foreach ($errors->all() as $message)
  • {{ $message }}
  • @endforeach
@endif @auth
@csrf
@else
{{ ucfirst(__('laravel-crm::lang.login')) }} {{ __('laravel-crm::lang.to') }} {{ __('laravel-crm::lang.comment') }}.
@endauth