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