@php $categories = ['All', 'Digital Banking', 'Security', 'Payments', 'Product Updates', 'Financial Tips']; $posts = [ ['title' => 'How NFC Tap-to-Pay Actually Works', 'category' => 'Payments', 'date' => 'Jun 12, 2026', 'img' => 1011, 'excerpt' => 'A behind-the-scenes look at what happens in the 300 milliseconds after you tap your card.'], ['title' => 'Yatra Card Now Live on 500+ Buses', 'category' => 'Product Updates', 'date' => 'May 28, 2026', 'img' => 1005, 'excerpt' => 'We have crossed 500 partner buses across the Kathmandu Valley — here is what is next.'], ['title' => 'Keeping Your Card Data Safe', 'category' => 'Security', 'date' => 'May 14, 2026', 'img' => 1015, 'excerpt' => 'Inside the encryption and fraud detection systems protecting every transaction.'], ['title' => '5 Ways to Save More on Your Commute', 'category' => 'Financial Tips', 'date' => 'Apr 30, 2026', 'img' => 1025, 'excerpt' => 'Student discounts, loyalty points, and auto-reload bonuses — stacked together.'], ['title' => 'Why We Chose NRB Licensing First', 'category' => 'Digital Banking', 'date' => 'Apr 9, 2026', 'img' => 1035, 'excerpt' => 'The regulatory path we took before issuing a single card.'], ['title' => 'The Making of the Yatra Card App', 'category' => 'Product Updates', 'date' => 'Mar 22, 2026', 'img' => 1045, 'excerpt' => 'A look at the design decisions behind our most-used feature: live tap notifications.'], ['title' => 'What PCI-DSS Level 1 Actually Means', 'category' => 'Security', 'date' => 'Mar 5, 2026', 'img' => 1055, 'excerpt' => 'Demystifying the compliance standard behind every card transaction we process.'], ['title' => 'Student Discounts: How Verification Works', 'category' => 'Financial Tips', 'date' => 'Feb 20, 2026', 'img' => 1062, 'excerpt' => 'A step-by-step look at linking your student ID to a Personalized card.'], ['title' => 'Inside Our Auto-Reload Engine', 'category' => 'Payments', 'date' => 'Feb 8, 2026', 'img' => 1074, 'excerpt' => 'How we decide when to trigger a reload without ever overcharging your bank.'], ['title' => 'A Look at Nepal\'s Digital Banking Shift', 'category' => 'Digital Banking', 'date' => 'Jan 26, 2026', 'img' => 1084, 'excerpt' => 'Why cashless transit is arriving now, and what comes after buses.'], ['title' => 'Recharge Counters: Choosing Our First 150', 'category' => 'Product Updates', 'date' => 'Jan 11, 2026', 'img' => 1096, 'excerpt' => 'The data behind where we placed our earliest physical recharge points.'], ['title' => 'Budgeting Your Commute the Smart Way', 'category' => 'Financial Tips', 'date' => 'Dec 30, 2025', 'img' => 1101, 'excerpt' => 'Using spending insights to actually lower your monthly transit cost.'], ]; @endphp @component('layouts.app', [ 'title' => 'Blog & News', 'metaDescription' => 'Yatra Card blog — product updates, security deep-dives, payment technology, and financial tips for commuters.', ]) @include('partials.page-hero', [ 'eyebrow' => 'Company', 'title' => 'News & Notes from Yatra Card', 'subtitle' => 'Product updates, security explainers, and the occasional story from the road.', ])
@foreach ($categories as $cat) @endforeach

Newsletter

Get updates in your inbox

@endcomponent