@forelse($payments as $payment)

{!! $payment->name !!}

{!! $payment->email !!}
Verified Approved

{!! $payment->details !!}

@empty @endif