@extends('dashboard.layout') @section('content')

Make Payment

Complete your payment for project services

@csrf

Payment Information

@error('payment_method')

{{ $message }}

@enderror
@error('payment_date')

{{ $message }}

@enderror
@error('transaction_id')

{{ $message }}

@enderror

Payment Verification

Please provide the following details for payment verification

@error('sender_name')

{{ $message }}

@enderror
@error('sender_account')

{{ $message }}

@enderror
@error('payment_reference')

{{ $message }}

@enderror

Upload screenshot or receipt of payment (JPG, PNG, PDF, GIF - Max: 5MB)

@error('payment_screenshot')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

@enderror

Total Amount

Payment due for project services

{{ number_format($invoice->amount, 2) }} SR

Payment Details

Invoice #{{ $invoice->id }}

Unpaid

Project Information

Project: {{ $invoice->project->name ?? 'N/A' }}
Project ID: {{ $invoice->project_id }}
Invoice Date: {{ $invoice->created_at->format('M d, Y') }}

Payment Summary

Amount Due: {{ number_format($invoice->amount, 2) }} SR
Status: {{ $invoice->status }}

Verification Required

Sender Name: Must match bank account holder name

Account Number: Provide complete account number

Payment Reference: Unique transaction reference

Screenshot: Clear image of payment confirmation

Processing Time

Payments are typically verified within 24-48 hours after submission. You will receive a confirmation email once verified.

@endsection