@extends('header') @section('head') @parent @stop @section('top-right') @if (env('WEPAY_CLIENT_ID') && isset($accountGatewaysIds) && ! count($accountGatewaysIds)) {!! Button::primary(trans('texts.sign_up_with_wepay')) ->asLinkTo(URL::to('/gateways/create?wepay=true')) !!} @endif @stop @section('content') @parent @include('accounts.nav', ['selected' => ACCOUNT_PAYMENTS])