@extends("admin.template.layout") @section('content')
{{$page_heading}}
@csrf()
@php $rating = $rate; // replace with your rating number @endphp
{{$rate}}
@stop @section('script') @stop