姓名:{{$customer->userName}}
电话:{{$customer->phone}}
邮箱:{{$customer->email}}
渠道:@foreach($channels as $channel)
@if($channel["channelKey"] == $application->channel)
{{App\Channels::getDisplayName($channel)}}
@endif
@endforeach
优先级:@foreach($application_priority as $key=>$value)
@if($key == $application->priority)
{{$value[0]}}
@endif
@endforeach
{{__('User Name')}}:
{{$customer->registeredName}}
@if(!empty($application->discountCode))
折扣码 : {{$application->discountCode}}
@endif