@extends('layout.mainlayout') @section('content')
@component('components.pageheader') @slot('title') Rating @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Rating @endslot @endcomponent
Default Rating

This is the most basic example of ratings.

Score

Stars with a saved rating.

Max Number

Change the max numbers of stars

Read Only

Prevent users from voting

Half Rating

You can represent a float score as a half star icon.

Custom Icon

Use any icon you want.

@endsection