@extends('customer.buyers.header') @section('buyerProfileContent')
@include('customer.buyers.sidebar')
Dasboard Menu
Reviews
Reviews(Given)
@foreach ($reviews as $review)
{{ $review->created_at->diffForHumans() }}
{{--
--}} {{-- --}}

{{ ucwords($review->consultant->company_name) }}

{{ ucwords($review->consultant->name) }}

" {{ $review->review }} "

{{ $review->created_at->format('d M Y') }}
@endforeach
{{ $reviews->links('vendor.pagination.custom') }}
@endsection