@extends('layouts.main') @include('list_filter') @section('page-style') @endsection @section('page-script') @yield('filter_script') @endsection @section('content')

@include('layouts.notifications') @yield('filter_view')
List Rating
@if(isset($data)) @foreach($data as $rating) @endforeach @else @endif
Action Create Rating Date Receipt Number User Grand Total Target Name Star Selected Options
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'] }}
No Rating Found
@if ($dataPaginator) {{ $dataPaginator->fragment('participate')->links() }} @endif
@endsection