@include('livewire.tenant.lemarex.payments.partials._header')
@include('livewire.tenant.lemarex.payments.partials._tools')
@if ($manageColumns['invoice_id']) @endif @if ($manageColumns['account_id']) @endif @if ($manageColumns['bank_account_id']) @endif @if ($manageColumns['billing_address_id']) @endif @if ($manageColumns['payment_method']) @endif @if ($manageColumns['reference_type']) @endif @if ($manageColumns['currency']) @endif @if ($manageColumns['amount']) @endif @if ($manageColumns['data']) @endif @if ($manageColumns['paid_at']) @endif @if ($manageColumns['transaction_id']) @endif @if ($manageColumns['status']) @endif @if ($manageColumns['created_at']) @endif @if ($manageColumns['updated_at']) @endif @if ($manageColumns['action']) @endif @foreach ($payments as $payment) @if ($manageColumns['invoice_id']) @endif @if ($manageColumns['account_id']) @endif @if ($manageColumns['bank_account_id']) @endif @if ($manageColumns['billing_address_id']) @endif @if ($manageColumns['payment_method']) @endif @if ($manageColumns['reference_type']) @endif @if ($manageColumns['currency']) @endif @if ($manageColumns['amount']) @endif @if ($manageColumns['data']) @endif @if ($manageColumns['status']) @endif @if ($manageColumns['paid_at']) @endif @if ($manageColumns['transaction_id']) @endif @if ($manageColumns['created_at']) @endif @if ($manageColumns['updated_at']) @endif @if ($manageColumns['action']) @endif @endforeach
Action
{{ $payment->invoice->invoice_number }}{{ $payment->account->name }}{{ $payment->bank_account->account_name }}{{ $payment->billing_address->address_line1 }}{{ Str::of($payment->payment_method)->replace('_',' ')->title() }}{{ $payment->reference_type ?? '---' }}{{ $payment->currency ?? '---' }}${{ number_format($payment->amount, 2) }}{{ $payment->data ?? '---' }}{{ Str::of($payment->status)->replace('_',' ')->title() }}{{ $payment->paid_at->format('d/m/Y H:i:s') }}{{ $payment->transaction_id ?? '---' }}{{ $payment->created_at->format('d/m/Y H:i:s') }}{{ $payment->updated_at->format('d/m/Y H:i:s') }}
{{--
--}} {{--
--}} {{--
{{ $form_type == 'create' ? 'Create New Status' : 'Update Status' }}
--}} {{-- --}} {{--
--}} {{-- @livewire('tenant.lemarex.invoice-status.add-edit-status') --}} {{--
--}}