@extends('layouts.master') @section('title')Rating @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Extended UI @endslot @slot('title') Rating @endslot @endcomponent @endsection

Examples

Basic Rater
Rater with Step
Custom Messages
Example with unlimited number of stars. readOnly option is set to true.
On Hover Event
Clear/Reset Rater
@endsection @section('script') @endsection