@extends("admin.template.layout") @section('content')
{{$page_heading}}
@csrf()
@php $rating = $rate; // replace with your rating number @endphp @for ($i = 1; $i <= 5; $i++) @if ($i <= $rating) @else @endif @endfor
@stop @section('script') @stop