@extends('layouts.dashboard') @push('styles') @endpush @section('page-title', 'Novo Itasted') @section('page-subtitle', 'Preencha os dados para criar um novo Itasted') @section('content')
@if ($errors->any())
@endif
@csrf {{-- Autor --}}
{{-- Traduções (PT / EN) --}}
{{-- Português --}}
{{-- English --}}
{{-- Imagem --}}
Selecionar imagem

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

@error('image_url')

{{ $message }}

@enderror
{{-- Destaque --}}
{{-- Acciones --}}
{{-- ══ Modal de recorte ══ --}} @endsection @push('scripts') @endpush