@extends('layout.investor') @section('title', 'Debenture Holders | Debenture Trustees | Real Estate Investment Trust') @section('description', 'benture Holders and Trustees - Nexus Select Trust is India’s publicly listed retail Real Estate Investment Trust.') @section('keywords', 'Debenture Holders, Debenture Trustees, REIT, Real Estate Investment Trust, Nexus Select Trust') @section('canonical', 'https://www.nexusselecttrust.com/debenture-holders') @section('body_class', 'investor-body') @section('pagecontent')

Debenture Holders

Debenture Trustees Details

@php $i = 1; @endphp @foreach ($trustees as $trustee) {{-- {{ dd($trustee) }} --}}
{!! $trustee->trustees_details !!}
@php $i++; @endphp @endforeach
{{--

Series I (Tranche A and B) Catalyst Trusteeship Limited

Address : GDA House, Plot No.85, Bhusari Colony (Right), Paud Road, Pune 411038

Tel: +022 4922 0555
Fax: +022 4922 0555

Contact Person: Umesh Salvi
SEBI Registration No.: IND000000034

--}}

Credit Ratings

@foreach($credit_ratings as $credit_rating)
{!! $credit_rating['name'] !!}
@endforeach {{--
ICRA Rating - Series I
(Tranche A and B)
--}}
@endsection