{{ __('Survey') }}

{{ __('Go Back') }}
  • {{ $satisfaction->question }}
      @foreach ($satisfaction->answers as $answer) @if(!is_null($answer->image)) image @endif
    1. R= {{ $answer->answer }}

    2. @endforeach