« Back to all submissions Print
Donation Type: {$item->donateType|htmlspecialchars|default:'-'}
Name: {$item->name|htmlspecialchars|default:'-'}
Address: {$item->address|htmlspecialchars|default:'-'}
City: {$item->city|htmlspecialchars|default:'-'}
State: {$item->state|htmlspecialchars|default:'-'}
Zip: {$item->zip|htmlspecialchars|default:'-'}
I wish to donate to a specific need: {if count($item->needs)}
    {foreach from = $item->needs item = donateNeed}
  • {$donateNeed|htmlspecialchars}
  • {/foreach}
{else} - {/if}
Total donation amount: {if $item->totalAmount}${$item->totalAmount|htmlspecialchars}{else}-{/if}


Delete