@extends('components.app-layout') @section('title', 'Edit Member Payment') @section('subtitle', 'Update member payment information') @section('content')
Update payment information for {{ $payment->member->first_name }} {{ $payment->member->last_name }}
Reference: {{ $payment->payment_reference }}
Created: {{ $payment->created_at->format('M j, Y g:i A') }}
Recorded by: {{ $payment->recordedBy->name }}
@if($payment->sms_sent)SMS Sent: {{ $payment->sms_sent_at ? $payment->sms_sent_at->format('M j, Y g:i A') : 'Yes' }}
@endifAn SMS notification has already been sent to the member for this payment. Updating the payment will not automatically send a new SMS notification.