@extends('layouts.usermaster') @section('content') {{lang('Rating')}} {{lang('Home', 'menu')}} {{lang('Rating')}} {{$ticket->subject}} #{{$ticket->ticket_id}} {{lang('We Love Your Feedback!')}} {{lang('We are always looking for ways to improve and would love to know how we did recently.')}} @csrf {{lang('Worst')}} {{lang('Poor')}} {{lang('Average')}} {{lang('Good')}} {{lang('Excellent')}} @error('ratingticket') {{ $message }} @enderror {{lang('Add a Comment about the quality of support you received (optional):')}} @error('ratingcomment') {{ $message }} @enderror @endsection
{{lang('Add a Comment about the quality of support you received (optional):')}}