@extends('frontend.layouts.app') @section('title') {{ $title ?? 'Page header' }} @endsection @section('meta') @endsection @push('style') @endpush @section('content') @include( 'frontend.layouts.includes.breadcrumb', ['links' => [[$title => route('frontend.safetytips')]]] )
{!! $page?->body !!}
@php $ratingTexts = config('ratingh'); @endphp

User Rating System

Our star rating system helps you assess the credibility of users:

  • 1 Star ({{ $ratingTexts[1]['text'] }})
  • 2 Star ({{ $ratingTexts[2]['text'] }})
  • 3 Star ({{ $ratingTexts[3]['text'] }})
  • 4 Star ({{ $ratingTexts[4]['text'] }})
  • 5 Star ({{ $ratingTexts[5]['text'] }})

Remember: Your safety comes first. Check the user's rating and stay vigilant while trading.

@endsection @push('style') @endpush