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

@lang($pageTitle)

@endsection @push('head-script') @endpush @section('content')
@lang('modules.payments.updatePayment')
@csrf @method('PUT')
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>
@endsection @push('footer-script') @endpush