@extends('central.super.layout') @section('title', __('super.testimonials.edit_title')) @section('content')
@csrf @method('PUT')
@if($testimonial->avatar)

{{ __('super.common.current') }}: {{ __('super.common.view_image') }}

@endif
{{ __('super.common.cancel') }}
@endsection