@extends('layouts.dashboard') @push('styles') @endpush @section('page-title', 'Editar Itasted') @section('page-subtitle', 'Atualize os dados do Itasted') @section('content')
@if ($errors->any())
@endif
@csrf {{-- Autor --}}
@php $tr = (object) ($testimonial->translations ?? new stdClass); $ptTr = (object) ($tr->pt ?? new stdClass); $enTr = (object) ($tr->en ?? new stdClass); @endphp {{-- Traduções (PT / EN) --}}
{{-- Português --}}
{{-- English --}}
{{-- Imagem --}}
@php $existingImg = old('image_url', $testimonial->image_url ?? ''); @endphp
Selecionar imagem

JPG, PNG, WebP — será recortada em 4:3

{{-- Botão tacho: elimina a imagem para poder trocar --}}
@error('image_url')

{{ $message }}

@enderror
{{-- Destaque --}}
is_featured) ? 'checked' : '' }} class="w-5 h-5 rounded-lg border-stone-300 accent-brand-500 cursor-pointer">
{{-- Acciones --}}
{{-- ══ Modal de recorte ══ --}} @endsection @push('scripts') @endpush