@extends('admin::layouts.content') @section('content')

User Details

Customer Name {{ $rating->customer_name }}
Customer Email {{ $rating->customer_email }}
Customer Company Name {{ $rating->company_name }}
Review {{ $rating->text }}
Review Date {{ $rating->created_at->diffForHumans() }}
Back to Users List
@endsection {{--@extends('layouts.load')--}} {{--@section('content')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @if($data->user->phone != "")--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
{{ __('Reviewer') }}{{$data->user->name}}
{{ __('Email') }}:{{$data->user->email}}
{{ __('Phone') }}:{{$data->user->phone}}
{{ __('Rating') }}:--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ App\Models\Rating::ratings($data->product->id) }}%

--}} {{--
--}} {{--
--}} {{--
{{ __('Reviewed at') }}:{{ date('d-M-Y h:i:s',strtotime($data->review_date))}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ __('Review') }}:--}} {{--
--}} {{--

--}} {{-- {{$data->review}}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--@endsection--}}