@extends('header') @section('head') @parent @stop @section('content')
{{ Button::normal('Download PDF', array('onclick' => 'onDownloadClick()', 'class' => 'btn-lg')) }} @if ($invoice->client->account->isGatewayConfigured()) {{ Button::primary_link(URL::to('payment/' . $invitation->invitation_key), 'Pay Now', array('class' => 'btn-lg pull-right')) }} @endif

 

@stop