@php use App\Institution; use App\Course; use App\Department; use App\ScrollingText; use App\Designation; use App\FeedbackQuestion; use App\FeedbackQuestionOption; use App\PageImage; $pageImages = PageImage::where('disp_section', '=', 'hhs')->orderBy('id', 'DESC')->get(); $designations = Designation::orderBy('designation')->get(); $scrollingText = ScrollingText::where(['section' => 'Grievances', 'active' => 'Yes'])->first(); $year_start = date('Y'); $year_end = $year_start + 6; $passout_year = 2013; @endphp @php function getJsonData($filePath) { if (file_exists($filePath)) { $jsonData = file_get_contents($filePath); $data = json_decode($jsonData, true); return $data; } else { return []; } } @endphp @php $attractions = getJsonData('uploads/fest/nirmiti-2024/data/attractions.json'); $otherAttractions = getJsonData('uploads/fest/nirmiti-2024/data/otherAttractions.json'); $AdvisoryBoardAndGuests = getJsonData('uploads/fest/nirmiti-2024/data/AdvisoryBoardAndGuests.json'); $aboutTab = getJsonData('uploads/fest/nirmiti-2024/data/aboutTab.json'); @endphp @push('head') @endpush @extends('frontend.mainlayout') @section('title', 'Nirmiti 2024 - RERF Group of Institutions') @section('banner')

Nirmiti 2024

On 4th & 5th October, 2024
Last date of Registration: 15th September, 2024
26th September, 2024

@endsection @section('main')

About

Contact Us

{{ $aboutTab['contact']['name'] }}
{{ $aboutTab['contact']['title'] }}
{{ $aboutTab['contact']['position'] }}
Ph: {{ $aboutTab['contact']['phone'] }}
Mail: {{ $aboutTab['contact']['email'] }}

{{ $aboutTab['contact']['location'] }}

Regent Education & Research Foundation Group of Institutions (RERFGI) Start-up Conclave ‘Nirmiti 2024’ is poised to be an inspiring congregation in the entrepreneurial landscape in the state to ignite the young minds towards Innovation, Incubation & Entrepreneurship. RERFGI warmly welcomes the students, alumni of various Institute to participate & show case the prowess of their innovative virtuosity. The convergence of Innovator, mentors, investors in these inspiring two days event will germinate great initiatives.

Objectives of ‘NIRMITI 2024’, A Startup Conclave

    @foreach ($aboutTab['objectives'] as $title => $description)
  • {{ $title }}: {{ $description }}

  • @endforeach

12 pavilions of ‘Nirmiti 2024’ - Broad Areas of Participation at ‘Nirmiti 2024’

@foreach ($aboutTab['pavilions'] as $pavilion => $topics)
{{ $loop->iteration }}. {{ $pavilion }}
@endforeach

Date of Event: {{ $aboutTab['event_dates']['date'] }}

Last date of Registration: {{ $aboutTab['event_dates']['registration_deadline'] }}

Registration Fee: {{ $aboutTab['event_dates']['fee'] }}

Prizes

@foreach ($aboutTab['prizes'] as $level => $rewards) @endforeach @foreach (array_keys($aboutTab['prizes']['Tier III
Advance Level (TRL 7-9)']) as $award) @foreach ($aboutTab['prizes'] as $rewards) @endforeach @endforeach
{!! $level !!}
{!! $award !!}{{ $rewards[$award] }}

Contact Us

{{ $aboutTab['contact']['name'] }}
{{ $aboutTab['contact']['title'] }}
{{ $aboutTab['contact']['position'] }}
Ph: {{ $aboutTab['contact']['phone'] }}
Mail: {{ $aboutTab['contact']['email'] }}

{{ $aboutTab['contact']['location'] }}

Events

@foreach ($attractions as $attraction)
{{ $loop->iteration }}. {{ $attraction['title'] }} ({{ $attraction['type'] }})

About: {{ $attraction['about'] }}

@if (isset($attraction['ruleLink']))

Rules

@endif

Contact Person

@if (isset($attraction['links'])) @foreach ($attraction['links'] as $linkText => $linkUrl) {{ $linkText }} @endforeach @endif @if (isset($attraction['notes']))

@foreach ($attraction['notes'] as $note) {!! $note !!}
@endforeach

@endif
@endforeach

Other Attractions

@foreach ($otherAttractions as $otherAttraction)
{{ $otherAttraction['title'] }}

About: {{ $otherAttraction['about'] }}

@if (@isset($otherAttraction['contactId']))

Contact Person

@endif
@endforeach

Schedule

@php $filePath4th = public_path('uploads/fest/nirmiti-2024/October4th.json'); $shedule4th = getJsonData($filePath4th); $filePath5th = public_path('uploads/fest/nirmiti-2024/October5th.json'); $shedule5th = getJsonData($filePath5th); @endphp @forelse($shedule4th as $item) @empty @endforelse @forelse($shedule5th as $item) @empty @endforelse
Sl Time Duration Event Name Venue
4th October, 2024 (Day 1)
{{ $loop->iteration }} {{ $item['Time'] }} {{ $item['Duration'] }} {{ $item['Event Name'] }} {{ $item['Venue'] }}
No events scheduled.
5th October, 2024 (Day 2)
{{ $loop->iteration }} {{ $item['Time'] }} {{ $item['Duration'] }} {{ $item['Event Name'] }} {{ $item['Venue'] }}
No events scheduled.

Advisory Board & Guests

@foreach ($AdvisoryBoardAndGuests as $member)
{{ $member['name'] }}
{{ $member['name'] }}
{{ $member['title'] }}
@endforeach

Sponsors & Media Partner

Radio Partner

Event Partner

Associate Bank Partner

Silver Partner

@foreach ($attractions as $attraction)

{{ $attraction['title'] }}

({{ $attraction['type'] }})

CONTACT PERSON:
{{ $attraction['contactPerson'] }}
@if (isset($attraction['designation'])) {{ $attraction['designation'] }}
@endif Phone: {{ $attraction['phone'] }}
Email: {{ $attraction['email'] }}

@endforeach @foreach ($otherAttractions as $otherAttraction) @if (@isset($otherAttraction['contactId']))

{{ $otherAttraction['title'] }}

CONTACT PERSON:

{{ $otherAttraction['contactPerson'] }}

@if (isset($otherAttraction['designation']))

{{ $otherAttraction['designation'] }}

@endif

Phone: {{ $otherAttraction['phone'] }}

Email: {{ $otherAttraction['email'] }}

@endif @endforeach @endsection