@extends('layouts.adminLayout.backendLayout') @section('content')

Product Review View

@if(Session::has('flash_message_error')) @endif @if(Session::has('flash_message_success')) @endif
{{ date('d F Y h:ia',strtotime($data['created_at'])) }}
Product Reviews Details
@if(!empty($data['product_image']))
Prodouct Image :
@endif
Rating
{{$data['rating']}}
Review Title:
{{$data['review_title']}}
Comments:
{{$data['message']}}
@if(!empty($data['image1']) || !empty($data['image1']) )
Review Image :
@if(!empty($data['image1'])) @endif @if(!empty($data['image2'])) @endif
@endif
User Information
Name:
{{$data['name']}}
Email:
{{$data['email']}}
Mobile Number:
{{$data['mobile']}}
@stop