Resource Center
Services

Resource Center

@forelse($videos as $video)
{{ $video->szVideoName }}

{{ $video->szVideoDescription }}

@empty
No videos available.
@endforelse
@forelse($presentations as $presentation)
{{ $presentation->title }}
{{ $presentation->created_at?->format('d M Y') }}
@empty
No presentations available.
@endforelse
@foreach ($publications->take(6) as $publication)
{{ $publication->szTitle }}
Read Publication
{{ $publication->szTitle }}
@endforeach
@forelse($presentations->take(6) as $presentation)
{{ $presentation->title }}
{{ $presentation->created_at?->format('d M Y') }}
@empty {{--
No presentations available.
--}} @endforelse