{{ __('Edit review') }}

{{ __('Update review content and approval status.') }}

{{ __('Back to review') }}
@include('admin.reviews.form', [ 'action' => route('admin.reviews.update', $review), 'method' => 'PUT', 'submitLabel' => __('Update review'), ])