@component('mail::message')
Dear,

We are writing to you to remind you that, you have been invited to Register to Tenderly by Zoran Properties Inc.. This is a new platform that manages Zoran Properties Inc.'s vendor vetting and approved vendors list.

All vendors doing work with Zoran Properties Inc. are REQUIRED to be registered and approved through Tenderly in order to proceed with any work under the ZPI Portfolio. Cheques will not be issued to vendors who are not registered. As a registered Vendor, you will be notified of RFPs posted by Zoran Properties Inc. through Tenderly that relate to your line of work, and you will have access to review bid documents and specifications, and submit your bids through Tenderly. Please follow the link below to register.


Register

If button is not working click on this link :
{{ $email_data->link }}


@php $packages = \App\Package::all(); $packages_string = ''; $currency = \Config::get('custom.currency'); @endphp @if($packages->count() > 0) @foreach($packages as $package) @php $packages_string.= (!empty($packages_string) ? ' and ' : '').$currency.$package->amount.' for '.$package->name; @endphp @endforeach @php $packages_string.= ' access.'; @endphp

Registration is {{ $packages_string }}


@endif Thanks,
{{ config('app.name') }} @endcomponent