@extends('layouts.publicador.novo_padrao') @section('content')

@lang('labels.geracao_atitude') / @choice('labels.imagens', 0) @lang('labels.acoes.alterar') @choice('labels.tamanhos', 1)

{{ html()->modelForm($model, 'POST')->acceptsFiles()->attribute('id', 'form-thumbs')->route('publicador.geracao.imagens.salvar_miniatura', [$model->id])->class([])->open() }} {{ html()->hidden('id') }}
{{ html()->hidden('x', null)->attribute('id', 'x') }} {{ html()->hidden('y', null)->attribute('id', 'y') }} {{ html()->hidden('w', null)->attribute('id', 'w') }} {{ html()->hidden('h', null)->attribute('id', 'h') }} {{ html()->label('tamanhos', trans_choice('labels.tamanhos', 0)) }}

@lang('labels.acoes.cancelar') {{ html()->button(__('labels.acoes.salvar'), 'submit')->class(['btn btn-success']) }}

{{ html()->closeModelForm() }}
@endsection