@extends('layouts.main') @section('content')
{{ $question->question }}
@if ($question->answer_type != 'none'){{ $comment->customer->name."-".$comment->customer->phone_number." - ".$comment->customer->address }}: {{ $comment->remarks }} - {{ $comment->created_at }} {{ $comment->user->name }}
@endforeach @if ($question->answer_type != 'none') @push('scripts') @endpush @endif @endforeach