@extends('satratings::layouts.landing') @section('title', $trans['title']) @section('content') @if (!empty($error))

{{ $trans['title'] }}

{{ $error }}

@else @if ($show_success_title)

{{ $trans['success_title'] }}

@endif
{{ csrf_field() }}
{{-- Robots test --}}

{{ $trans['comment'] }}


500

@endif @endsection