PSF
Probash Service Foundation
{!! DNS2DFacade::getBarcodeHTML( url('/member/'.$member->user_sl), 'QRCODE', 2, 2 ) !!}
@php $user = auth()->user(); @endphp @if (!empty($user->photo)) @if (strpos($user->photo, 'facebook') !== false || strpos($user->photo, 'google') !== false) User Photo @else @php $localPath = public_path('assets/front/img/user/' . $user->photo); @endphp @if (file_exists($localPath)) User Photo @else
No Photo
@endif @endif @else
No Photo
@endif
Name: {{ $member->customer_name }}
Member SL: {{ $member->user_sl }}
Phone: {{ $member->mobile_number }}
Location: {{ $member->current_address }}
Status: {{ $member->status == 2 ? 'Active' : 'Inactive' }}
Issued: {{ $issuedAt->format('d/m/Y') }}