@extends('layouts.customer') @section('title') C&G @endsection @section('content')
Collections /


@for ($i = 1; $i <= 5; $i++) @if ($i <= round($overallRating)) @else @endif @endfor ({{ number_format($overallRating, 1) }} out of 5)

{{ $shop_ratings->count() }} ratings

@endsection @section('scripts') @endsection