@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','review')->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('lang_key','review_table')->first()->custom_text }}
@foreach ($reviews as $index => $item) @endforeach
{{ $websiteLang->where('lang_key','serial')->first()->custom_text }} {{ $websiteLang->where('lang_key','name')->first()->custom_text }} {{ $websiteLang->where('lang_key','comment')->first()->custom_text }} {{ $websiteLang->where('lang_key','rating')->first()->custom_text }} {{ $websiteLang->where('lang_key','property')->first()->custom_text }} {{ $websiteLang->where('lang_key','status')->first()->custom_text }} {{ $websiteLang->where('lang_key','action')->first()->custom_text }}
{{ ++$index }} {{ $item->user->name }} {{ $item->comment }} {{ $websiteLang->where('lang_key','service_rat')->first()->custom_text }}= {{ $item->service_rating }}
{{ $websiteLang->where('lang_key','location_rat')->first()->custom_text }}= {{ $item->location_rating }}
{{ $websiteLang->where('lang_key','value_rat')->first()->custom_text }}= {{ $item->money_rating }}
{{ $websiteLang->where('lang_key','clean_rat')->first()->custom_text }}= {{ $item->clean_rating }}
{{ $websiteLang->where('lang_key','avg')->first()->custom_text }}= {{ $item->avarage_rating }}
{{ $item->property->title }} @if ($item->status==1) @else @endif
@endsection