@section('title', $title) @section('description', $description) @extends('layout.app') @section('content')
🔸Email: `{{ $order->product->email }}`
🔸Email Password: `{{ $order->product->password}}`
🔸Recovery Email: `{{ $order->product->recovery_email}}`
🔸Account Email: `{{ $order->product->account_email}}`
🔸Account Password: `{{ $order->product->account_password}}`
🔸Passcode Or Pin: `{{ $order->product->passcode_pin}}`
🔸Number Company: `{{ $order->product->number_provider}}`
🔸Phone Number: `{{ $order->product->number}}`
🔸Username Or Email: `{{ $order->product->number_email}}`
🔸Password For Number: `{{ $order->product->number_password}}`
🔸{{ url('/download-folder/') }}/{{ $order->product->attachment_id }}
🔸{{ $order->product->note}}
{{ $order->customer?->channel_name }}
{{ $order->customer?->description }}
Date: {{$order->created_at}}
Reference: {{$order->id}}
Payment Status: Paid
Payment Method: {{$order->payment_mode}}
Paid: ${{ $order->amount }}