@extends('Layouts.adminLayout') @section('title') {{__('Show')}} @endsection @section('breadcrumb')
@if(isset($data['Comment']->blog->title)) {{$data['Comment']->blog->title}} @else {{__('comment')}} @endif
@if(isset($data['Comment']->product->title)) {{$data['Comment']->product->title}} @else {{__('Comment')}} @endif
{{$data['Comment']->rating}}
@php $arrayAdvantage=[];@endphp @php $arrayAdvantage=json_decode($data['Comment']->advantage); @endphp @if($arrayAdvantage!=null) @foreach($arrayAdvantage as $key => $item){{$arrayAdvantage[$key]}}
@endforeach @endif
@php $arrayDisadvantage=[];@endphp @php $arrayDisadvantage=json_decode($data['Comment']->disadvantage); @endphp @if($arrayDisadvantage!=null) @foreach($arrayDisadvantage as $key => $item){{$arrayDisadvantage[$key]}}
@endforeach @endif
{{$data['Comment']->text}}