@include('frontend.user.partials.left-sidebar')

Amount to Pay

{{$invoice->currency ?: 'INR' }} {{number_format(($invoice->amount_pending),2)}}

Payment Method

@if($paymentChannels)
    @foreach($paymentChannels as $paymentChannel)
  • @endforeach @if($wallet && $invoice->invoice_type !== 'wallet')
  • @endif
@endif
@if(isset($message))

{{$message}}

@endif