@extends('layout.pub_layout') @section('title', 'vendor-dashboard') @section('body') @section('header', 'Review Rating Details') @section('badge') @endsection

Review Rating Details

{{ $store->rating }}
{{ $store->review }}
{{ date('M-d-Y H:i:s', strtotime($store->created_at)) }}
{{ $store->user->name }}
{{ $store->user->email }}
{{ $store->status == 2? 'Pending' : 'Approveed'}}
@endsection