@foreach($payments->payments as $payment)
  • @include('plugins/payment::paypal.detail', compact('payment'))
  • @endforeach