{!! Form::open(array('url' => route('postResendTicketToAttendee', array('attendee_id' => $attendee->id)), 'class' => 'ajax reset closeModalAfter')) !!}

Resend Ticket to {{{$attendee->full_name}}}

The attendee will be sent another copy of their ticket to {{$attendee->event->organiser->email}}
{!! Form::button('Cancel', ['class'=>"btn modal-close btn-danger",'data-dismiss'=>'modal']) !!} {!! Form::submit('Send Ticket', ['class'=>"btn btn-success"]) !!}
{!! Form::close() !!}