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

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang('modules.payments.addPayment')
@csrf
@if (isset($projectId)) @endif
Paypal, Authorize.net, Stripe, Bank Transfer, Cash or others.
@lang('app.selectFile') @lang('app.change') @lang('app.remove')
@endsection @push('footer-script') @endpush