@extends('layouts.admin.master') @section('content')

{{ __('content.edit_testimonial') }} {{ __('content.view_draft') }}
draft image

{{ __('content.back') }}
@if ($demo_mode == "on") @include('admin.demo_mode.demo-mode') @else
@method('PUT') @csrf @endif
{{ __('content.please_use_recommended_sizes') }}
@if (!empty($item->section_image)) testimonial image @else no image @endif
@if (!empty($item->section_image)) @endif
@endsection