@extends('email.partials.layout') @section('content') Dear Admin,

New editor ratings have been submitted:

@foreach ($ratings as $rating) @endforeach
Client Editor Rating Comment
{{$rating->user->username or 'N/A'}} {{$rating->user_provider->user->username or 'N/A'}} {{$rating->rating_value}} {{$rating->review or 'N/A'}}
  @stop