@extends('back.layouts.main') @section('title', $title) @section('content') @include('back.reports.ratings.filter') @foreach ($data as $row) @endforeach
رقم الطلب الامارة القسم التقييم التعليق
{{$row->id}} {{@$row->emirate->name}} {{@$row->category->name}} {{$row->rating}} {{$row->rating_suggestion}}
{{ $data->appends(request()->except('page'))->links() }}
@include('back.reports.partials.style') @stop