Payments

@if (session('message'))
{{ session('message') }}
@endif
Payment Edit
@csrf @method('PUT') @if (Auth::user()->hasRole('Psychic'))
@if ($payment->invoice) Download Invoice @endif

{{ $payment->admin_note }}

@error('psychic_note') {{ $message }} @enderror

@else
@if ($payment->invoice) Download Invoice @endif

{{ $payment->psychic_note }}

@error('admin_note') {{ $message }} @enderror

@if ($payment->status == 'pending')
@elseif ($payment->status == 'confirm' && !$payment->payment_status)
@endif @endif