@extends('layouts.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::now()->timezone($global->timezone)->format('d/m/Y H:i') }}" @else value="{{ $payment->paid_on->format('d/m/Y H:i') }}" @endif>
{{ $payment->bill }}
@lang('app.selectFile') @lang('app.change') @lang('app.remove')
@if(!is_null($payment->bill)) @lang('app.view') @lang('app.receipt') @endif
@endsection @push('footer-script') @endpush