= $this->Flash->render(); ?>
= $this->Form->create($proposedCause, ['novalidate' => true, 'class' => 'row']); ?>
= $this->Form->control('cause_name', ['label' => __('Titlu cauza')]); ?>
= $this->Form->control('description', ['label' => __('Descriere cauza')]); ?>
= $this->Form->control('full_name', ['label' => __('Nume persona de contact')]); ?>
= $this->Form->control('email', ['label' => __('Email')]); ?>
= $this->Form->control('phone', ['label' => __('Telefon')]); ?>
= $this->Form->control('donation_amount', ['label' => __('Valoare donatie')]); ?>
Form->button(__('Submit')); ?>
Form->end(); ?>