@extends("admin.template.layout") @section("header") @stop @section("content")
Clear Export
@if($datamain->count()) @foreach($datamain as $datarow) @endforeach @else @endif
# 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
@stop @section("script") @stop