@extends('layouts.app') @section('title', 'Resources | '.config('app.name')) @push('styles') @vite('resources/css/pages/resources.css') @endpush @section('content') Resources SecureX360 Download the datasheet PenX Download the datasheet ExposureX Download the datasheet CISOX Download the datasheet @php $videos = [ [ 'thumb' => 'resources-video-thumbnail.png', 'video' => 'Securx360-Corporate-Video-2026.m4v', 'title' => 'Watch Corporate Video' ], [ 'thumb' => 'resources-video-thumbnail-2.png', 'video' => 'SecurX360-GITEX2025.mp4', 'title' => 'Watch Platform Demo' ] ]; @endphp @foreach($videos as $index => $video) {{ $video['title'] }} @endforeach