@extends('layouts.app') @section('content')
{{ $affiliate_user->user->name }}
{{ $affiliate_user->user->email }}
{{ $affiliate_user->user->address }}
{{ $affiliate_user->user->phone }}
| {{ $info->label }} | @if ($info->type == 'text' || $info->type == 'select' || $info->type == 'radio'){{ $info->value }} | @elseif ($info->type == 'multi_select'){{ implode(json_decode($info->value), ', ') }} | @elseif ($info->type == 'file'){{__('Click here')}} | @endif
|---|