Remove the endif;
on the bottom line.
If you want to use the endif;
you have to use the following syntax:
<?php if ( condition ) : ?> { html goes here }<?php elseif ( condition ): ?> { html goes here }<?php else : ?> { html goes here }<?php endif; ?>