@extends('restaurant.layouts.index',["without_card" => true]) @section('content')
@if ($rating_avg)

@lang('global.ratings_avg')

@for ($i = 0; $i < $rating_avg; $i++) @endfor {{ ceil($rating_avg) }}/5

@endif
@endsection