@extends('layouts.app', ['pageSlug' => 'rating']) @section('content')

Rate Us (Out of 10)

Service Last/Overall Rating : {{$service != null ? $service->value : 0}} / {{$allservice}}
Support Last/Overall Rating : {{$support != null ? $support->value : 0}} / {{$allsupport}}

@csrf
@for($i=1;$i<=10;$i++) {{$i}} @endfor
@for($i=1;$i<=10;$i++) @endfor
@for($i=1;$i<=10;$i++) @endfor
@endsection @push('js') @endpush