Integrated Campus
Bara kanthalia, Barrackpore, Telini Para, Kolkata - 700121
Phone: 9836816130, 9007231000, 9831103784
Web: www.rerf.in
Copyright © {{ now()->year }} RERF Group of
Institutions.
Helpful Links
@php
$links = [
['title' => 'MAKUAT', 'url' => 'http://makautexam.net/'],
['title' => 'SWAYAM', 'url' => 'https://swayam.gov.in/'],
['title' => 'PMKVY', 'url' => 'http://pmkvyofficial.org/'],
['title' => 'NPTEL', 'url' => 'http://nptel.ac.in/'],
['title' => 'NDLI', 'url' => 'https://ndl.iitkgp.ac.in/'],
['title' => 'NATS', 'url' => 'http://mhrdnats.gov.in/'],
['title' => 'WBSCTE', 'url' => 'http://webscte.org/'],
['title' => 'AICTE PARAKH', 'url' => 'https://parakh.aicte-india.org'],
['title' => 'AICTE KARMA', 'url' => 'https://www.aicte-india.org/schemes/KARMA'],
];
@endphp
@foreach ($links as $link)
{{ $link['title'] }}
@endforeach
RERFGI
@php
$links = [
[
'title' => 'About Us',
'url' => '/aboutus',
],
[
'title' => 'Contact Us',
'url' => '/contactUs',
],
[
'title' => 'Fees Payment',
'url' => 'https://erp.rerf.in/',
'target' => '_blank',
],
[
'title' => 'Careers',
'url' => '#',
],
[
'title' => 'Feedback',
'url' => '/feedback',
],
[
'title' => 'Grievance',
'url' => '/grievances',
],
[
'title' => 'Alumni',
'url' => '/alumni-connect',
'target' => '_blank',
],
[
'title' => 'Notice',
'url' => '/notice/JQ==',
],
[
'title' => 'Generate Reference Number',
'url' => '/reference_generator/',
'target' => '_blank',
],
[
'title' => 'Submit Notice / Letter (Admin Only)',
'url' => 'https://forms.gle/vNRi6npVLK6SDPbLA',
'target' => '_blank',
],
[
'title' => 'Caution Fees',
'url' =>
'https://docs.google.com/forms/d/e/1FAIpQLSeBGcBv3EWPwaNwwxwcS645zapM5ZhltWhtfpo_vRjR-n_n5Q/viewform',
],
];
@endphp
@foreach ($links as $link)
{{ $link['title'] }}
@endforeach
Informations
@php
$links = [
[
'title' => 'Right to Information',
'url' => '/righttoinformation',
],
[
'title' => 'Privacy Policy',
'url' => '/privacy',
],
[
'title' => 'Refund Policy',
'url' => '/refund',
],
[
'title' => 'Terms & Conditions',
'url' => '/termsCondition',
],
[
'title' => 'Refer a Student',
'url' => '/refer',
],
[
'title' => 'Sitemap',
'url' => '/sitemap.xml',
],
];
@endphp
@foreach ($links as $link)
{{ $link['title'] }}
@endforeach