Note:
@foreach(Session::get('error') as $err) {{ $err }}@endforeach @php Session::forget('error'); @endphp
@if (!empty($ratings))
@else
Rating Type | Rating Count |
---|---|
{{ $rating->type }} | {{ $rating->total }} |
No data found
@endif