@extends('layout') @section('title') {{__('user.My Reviews')}} @endsection @section('meta') @endsection @section('frontend-content')
@include('user.sidebar')

{{__('My Chats')}}

{{ $reviews->links('custom_pagination') }}
@endsection