@extends('layouts.public') @section('title', 'Payment Request | Mosaic Technology Consulting') @section('meta_description', 'Review the milestone payment request shared by Mosaic Technology Consulting.') @section('content')
Milestone Payment

${{ number_format($paymentRequest->amount, 2) }}

{{ $paymentRequest->project->name }}

{{ $paymentRequest->milestone?->title }}

Provider: {{ strtoupper($paymentRequest->provider) }}

@if ($paymentRequest->provider === 'manual')
Manual payment enabled

Stripe and PayPal can stay disabled for first launch. Mosaic can confirm collection internally when the payment is received offline or through a manual process.

@else
Provider placeholder

This first build includes provider architecture and signed payment links. Wire provider credentials on the server to activate live checkout behavior.

@endif
@endsection