@extends('admin.layout.main') @section('admin')
Invoice #: INV-{{ str_pad($payment->id, 6, '0', STR_PAD_LEFT) }}
•Project: {{ $payment->project->name ?? 'N/A' }}
INVESECURITY BUSNIESS INCUBETOR
CR: 7051792260 VAT No (TRN): 314252983300003
Issued: {{ $payment->created_at->format('M d, Y') }}
{{ $branch->name }}
{{ $branch->branch_type_name }}
{{ $branch->addressline1 }}
{{ $branch->addressline2 }}
{{--Email: {{ $branch->email }}
Phone: {{ $branch->phone }}
--}}{{ $contactInfo['name'] ?? ($payment->user->name ?? 'N/A') }} / {{ $contactInfo['company'] ?? 'No Company' }}
{{ $contactInfo['email'] ?? ($payment->user->email ?? 'N/A') }}
{{ $contactInfo['phone'] ?? 'N/A' }}
Invoice Date
{{ $payment->created_at->format('M d, Y') }}
Payment Date
{{ \Carbon\Carbon::parse($payment->payment_date)->format('M d, Y') }}
Payment Method
{{ str_replace('_', ' ', $payment->payment_method) }}
Status
{{ ucfirst($payment->status) }}| No | Service Name | Description | Qty | Price | Total |
|---|---|---|---|---|---|
| {{ $loop->iteration }}. | {{ $service['name'] ?? 'N/A' }} | {{ $service['description'] ?? '-' }} | {{ $qty }} | {{ isset($service['price']) ? number_format($service['price'], 2) . ' SR' : '-' }} | {{ isset($service['price']) ? number_format($total, 2) . ' SR' : '-' }} |
| No services found for this project. | |||||
| Total Amount: |
{{ number_format($payment->amount, 2) }} SR | ||||
Payment Method
{{ str_replace('_', ' ', ucfirst($payment->payment_method)) }}
Transection ID
{{ $payment->transaction_id ?? 'XXXX' }}
Date
{{ \Carbon\Carbon::parse($payment->payment_date)->format('d M, Y') }}
Amount
{{ number_format($payment->amount, 2) }} SR
{{ $payment->notes }}
@elseNo additional notes
@endif