@extends('layouts.home') @section('title', 'Meine Bewertungen') @section('content')
Meine Bewertungen
{!! $rating->__toString() !!}
@endsection