@extends('admin.app_admin') @section('admin_content')
{{ SERIAL }} | {{LISTING_FEATURED_PHOTO }} | {{LISTING_NAME }} | {{ CUSTOMER_NAME }} | {{ RATING }} | {{ REVIEW }} | {{ ACTION }} |
---|---|---|---|---|---|---|
{{ $loop->iteration }} |
|
{{ $single_listing_item->listing_name }} {{ SEE_DETAIL }} |
{{ $customer_detail->name }} {{ SEE_DETAIL }} |
@if($row->rating == 5)
@elseif($row->rating == 4)
@elseif($row->rating == 3)
@elseif($row->rating == 2)
@elseif($row->rating == 1)
@endif
|
{!! clean(nl2br($row->review)) !!} |