@extends('layouts.main') @section('title', 'Rating') @section('content') @push('head') @endpush

{{ __('Rating')}}

{{ __('1/10 Rating')}}

Use id="example-1to10" to see default rating

{{ __('Movie Rating')}}

Use id="example-movie" to see movie rating

{{ __('Square Rating')}}

Use id="example-square" to see square rating

{{ __('Pill Rating')}}

Use id="example-pill" to see pill rating

{{ __('Reverse Rating')}}

Use id="example-reversed" to see reverse rating

{{ __('Horizontal Rating')}}

Use id="example-horizontal" to see horizontal rating

{{ __('Font Awesome Rating')}}

Use id="example-fontawesome" to see font awesome rating

{{ __('CSS Stars Rating')}}

Use id="example-css" to see css stars rating

{{ __('Fractional Star Rating')}}

Use id="example-fontawesome-o" to see fractional star rating

Current rating:
@push('script') @endpush @endsection