@extends('layouts.usermaster') @section('content')

{{lang('We Love Your Feedback!')}}

{{lang('We are always looking for ways to improve and would love to know how we did recently.')}}
@csrf
@error('ratingticket')
{{ $message }}
@enderror

{{lang('Add a Comment about the quality of support you received (optional):')}}

@error('ratingcomment')
{{ $message }}
@enderror
@endsection