@extends("vendor.template.layout") @section("header") @stop @section("content")
# | Customer Name | Rating | Review | Created |
---|---|---|---|---|
{{$i}} | {{$datarow->customer->name??''}} {{$datarow->customer->email??''}} {{$datarow->customer->dial_code??''}}{{$datarow->customer->phone??''}} |
{{$datarow->rating}} | {{$datarow->comment}} | {{$datarow->created_at}} |
No data available in table |