@extends('emails.layout') @section('title', 'সমিতি কিপার লাইট — স্মরণিকা') @section('content')

{{ $title }}

{{ $body }}

@if (!empty($rows)) @foreach ($rows as $i => $r) @endforeach
{{ $r['label'] }} {{ $r['value'] }}
@endif @if (!empty($ctaUrl))
{{ $ctaLabel ?? 'বিস্তারিত দেখুন' }}
@endif @endsection