@extends('admin.layouts.master') @section('headerFiles') @endsection @section('content')
@foreach ($rating_reviews as $key => $rating) @endforeach
# User Name Property Name Ratings Status Reviews Created At
{{ $key + 1 }} {{ $rating->users ? $rating->users->name : '' }} {{ $rating->property ? $rating->property->property_name : '' }} {{ $rating->ratings }} status == 1 ? 'checked' : ''}}> {{ $rating->reviews }} {{ date('d-m-Y ',strtotime($rating->created_at)) }}
@endsection @section('footerJs') @endsection