Details

@if ($errors->any())
@endif @include('flash-message')
{{-- {{ route('product.store') }} --}}
Question @if ($data->question != null) {{ $data->question }} @else @endif
Answer @if ($data->answer != null) {{ $data->answer }} @else @endif