@extends('layouts.pdf') @section('title') Login Credentials - {{ $customer->name }} @endsection @section('content')
@php $extra=['show_date'=>0]; @endphp @include('admin.partials.header',['extra'=>$extra])

{{ $customer->name }}

Login Credentials

{{ !empty($extra['sub_heading']) ? $extra['sub_heading'] : '' }}

{{ 'Dated ' . $transaction->date_format(now()) }}


Welcome to ResERP. Using this user ID, you can access ResERP resources.

Dear {{ $customer->name }} ,

Your credentials information for ResERP as follows :
CNIC : {{ $customer->nid }}
Password : {{ $password }}

APK Link : @php $download_link =$gen_setting['app_link']; @endphp {{ $download_link }}



Following information is regarding user login IDs, so that it should be communicated to every user.

Please keep in mind before using services:
User Accounts has been created through automated process based on information provided by user, so the organization is not responsible for any error or mistakes.

Account related correspondence shall only be entertained through registered information (i.e. phone number ,cnic ,email etc).
Any wrong information provided by user is their own responsibility.

Please change your password after logging in.

@if($mobile_client_code)

Developer Code : {{ $mobile_client_code }}

@php if($qr_code_data) { $mobile_client_QR_code = QrCode::size(70)->generate($qr_code_data); echo ''; } else { echo 'QR Code Not Generated'; } @endphp
@endif
@stop