@php $logoPath = public_path('images/logo-white-pdf.png'); $logo = is_file($logoPath) ? 'data:image/png;base64,'.base64_encode(file_get_contents($logoPath)) : null; @endphp
moneywise guides @if($guide->category) · {{ $guide->category }} @endif

{{ $guide->title }}

{{ $guide->description }}

@if ($logo) @else
moneywise
@endif

moneywise.co.ke, Africa's financial confidence ecosystem

{{ $guide->title }}
@foreach ($guide->pages as $i => $page)
Chapter {{ $i + 1 }} of {{ count($guide->pages) }}

{{ $page['title'] }}

@foreach (explode("\n\n", $page['body']) as $paragraph)

{!! nl2br(e($paragraph)) !!}

@endforeach
@endforeach