@extends(App\Models\General::first()->theme.'.layouts.app') @section('title')
My Reviews
| SL | Product | date | |
|---|---|---|---|
| {{$reviews->currentpage()==1?$i+1:$i+($reviews->perpage()*($reviews->currentpage() - 1))+1}} |
|
{{ Str::limit($review->post->name,35,'..') }} | {{ $review->created_at->format('d-m-Y h:i A') }} |
| {!!$review->content!!} | |||