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

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.payments.updatePayment')
{!! Form::open(['id'=>'updatePayment','class'=>'ajax-form','method'=>'PUT']) !!}
@if(in_array('projects', $modules))
@endif @if(in_array('invoices', $modules))
@endif
Paypal, Authorize.net, Stripe, Bank Transfer, Cash or others.
paid_on)) value="{{ Carbon\Carbon::today()->format('d/m/Y H:i') }}" @else value="{{ $payment->paid_on->format('d/m/Y H:i') }}" @endif>
{!! Form::close() !!}
@endsection @push('footer-script') @endpush