@can('review-rating.manage') @endcan
@foreach($cor->review as $jp) @endforeach
# {{ __('Course') }} {{ __('User') }} {{ __('Review') }} {{ __('Learn') }} {{ __('Price') }} {{ __('Value') }} {{ __('Status') }} {{ __('Approved') }} {{ __('Featured') }} {{ __('Action') }}
1 {{$jp->courses->title}} {{ $jp->user['fname'] }} {{ $jp->user['lname'] }} {{str_limit($jp->review, $limit = 50, $end = '...')}} {{$jp->learn}} {{$jp->price}} {{$jp->value}}