@extends('layouts.pdf') @section('title') Login Credentials - {{ $owner->name }} @endsection @section('content') @php @endphp
{{--
@if (!empty(config('settings.company_logo') && file_exists(public_path(config('settings.company_logo'))))) @endif

{{ config('settings.company_name') }}

{{ config('settings.address_1') }} {{ config('settings.address_2') }} {{ config('settings.city') }}

--}}
@include('admin.maintenance.partial.pdf.letter_head')

{{ $product->branch->name }}

Login Credentials

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

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


Welcome to Facility Management Powered By ResERP. Using this user ID, you can access Facility Management resources.

Dear {{ $product->owner->name }} ,

Your credentials information for Facility Management as follows :
CNIC : {{ $product->owner->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.

@stop