{{$review->name}}
@php
$width = ($review->mark / 5) * 100;
@endphp
{{\Carbon\Carbon::parse($review->created_at)->format('d.m.Y')}}
@php
$length = strlen($review->comment);
@endphp
@if ($length > 350)
@endif
{{$review->comment}}
@if ($length > 350)
@endif