Payment Response Details

@if(!empty($res) && $res != 404)
@forelse(json_decode($res) as $key => $row) @empty Invalid Response @endforelse
{{$key}} {{$row}}
@endif