@extends('frontend.layouts.app') @section('title') @endsection @section('seo') About Us | JRS @endsection @section('content') @if(session('success'))
@endif @if(session('error'))
@endif

ADVOCACY

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

GALLERY

@foreach ($galleries as $item)
@php // Parse the URL to get query parameters $urlParts = parse_url($item->link); parse_str($urlParts['query'], $query); // Extract the video ID $videoId = isset($query['v']) ? $query['v'] : null; @endphp @if ($videoId) @else

Invalid YouTube link

@endif

{{ $item->title }}

{{ $item->description }}

@endforeach

MEETING CALENDAR

October 2023

Sun

1

8

15

22

29

Mon

2

9

16

23

30

Tue

3

10

17

24

31

Wed

4

11

18

25

Thu

5

12

19

26

Fri

6

13

20

27

Mon

7

14

21

28

COMMITTEES

ADVOCACY PAPERS

@foreach ($downloads as $items)
...

{{ $items->title }}

@endforeach

BE ONE OF OUR COMMITTEES

Enrollment to any JRS Holdings Inc. Committees is exclusive to JRS Holdings Inc. Members only. Want to join a committee but not yet a member? Please reach out to argena.anaquita@JRSHoldingsInc.com

@csrf
@endsection