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