Detail |
{{date('d M Y',strtotime($rating['created_at']))}} |
{{$rating['transaction']['transaction_receipt_number']}} |
{{$rating['user']['name']}} |
Rp {{number_format($rating['transaction']['transaction_grandtotal'],0,',','.')}} |
{{ $rating['id_doctor'] ? 'Doctor' : 'Product' }} |
@if(!empty($rating['product']))
{{$rating['product']['product_name']}}
@elseif(!empty($rating['doctor']))
{{$rating['doctor']['doctor_name']}}
@endif
|
{{ $rating['rating_value'] }} |
{{ $rating['option_value'] }} |
@endforeach
@else