@extends(App\Models\General::first()->theme.'.layouts.app') @section('title') My Review | {{App\Models\General::first()->title}} | {{App\Models\General::first()->subtitle}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include(App\Models\General::first()->theme.'.customer.includes.sidebar')

My Reviews

@foreach($reviews as $i=>$review) @endforeach
SL Product date
{{$reviews->currentpage()==1?$i+1:$i+($reviews->perpage()*($reviews->currentpage() - 1))+1}} {{$review->post->name}} {{ Str::limit($review->post->name,35,'..') }} {{ $review->created_at->format('d-m-Y h:i A') }}
{!!$review->content!!}
{{ $reviews->links('pagination') }}
@endsection @push('js') @endpush