@extends('header') @section('content') @if ($invoice->client->account->isGatewayConfigured()) {{ Button::primary_link(URL::to('payment/' . $invoice->invoice_key), 'Pay Now', array('class' => 'btn-lg pull-right')) }}

 

@endif @stop