@extends('layouts.app') @section('content')
# | {{ __('product.point.question') }} | Respuesta(s) | {{ __('product.point.description') }} | {{ __('buttons.actions') }} |
---|---|---|---|---|
{{ $question->id }} | {{ $question->question }} | {{ $question->option->value }} | {{ $question->option->description }} {{ $question->option->value }} | @can('write_product') {{ __('buttons.remove') }} @endcan |