@extends('layouts.admin') @section('title', 'Block library') @section('admin')
Reusable sections you can drop into any email template or campaign. Capture them from the editor with "+ Save as Block", or build raw MJML below.
{{ $b->description }}
@endif @if($hasDesign){{ \Illuminate\Support\Str::limit($b->mjml, 200) }}
@endif