@extends('master.front') @section('title') {{ $item->name }} @endsection @section('meta') @endsection @section('content')
{{ $item->sort_details }} {{ __('Read more') }}
| {{ __('Specifications') }} | {{ __('Descriptions') }} |
|---|---|
| {{ $sname }} | {{ $sdetail }} |
| {{ __('No Specifications') }} | |
{{ $review->subject }}
{{ $review->user->first_name }} {{ $review->created_at->format('M d, Y') }}{{ $review->review }}