@extends('admin.layout') @if (!empty($testimonial->language) && $testimonial->language->rtl == 1) @section('styles') @endsection @endif @section('content')
{{ __('Edit Testimonial') }}
{{ __('Back') }}
@csrf
...

{{ __('The max rating number should be 5') . '.' }}

{{ __('The higher the serial number is, the later the testimonial will be shown') . '.' }}

@endsection