@extends('layouts.member-app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.payments.addPayment')
{!! Form::open(['id'=>'createPayment','class'=>'ajax-form','method'=>'POST']) !!}
@if(in_array('projects', $modules))
@endif @if(in_array('invoices', $modules))
@endif
Paypal, Authorize.net, Stripe, Bank Transfer, Cash or others.
{!! Form::close() !!}
@endsection @push('footer-script') @endpush