|
{{ $authentication->user_id }} |
@if($authentication->category) {{ $authentication->category->name }} @else 无 @endif |
{{ $authentication->real_name }} |
{{ Area()->getName($authentication->province) }} @if($authentication->city>0 && Area()->getName($authentication->province)!=Area()->getName($authentication->city)) - {{ Area()->getName($authentication->city) }} @endif |
{{ $authentication->title }} |
{{ $authentication->id_card }} |
{{ $authentication->skill }} |
{{ timestamp_format($authentication->updated_at) }} |
{{ trans_authentication_status($authentication->status) }} |
{{ trans_common_bool($authentication->recommend_at)}} |
|
@endforeach