Blade is inneall teimpléadóireachta Laravel — tugann sé duit an-chumas HTML dinimiciúil a scríobh le sintéacs geal ({{ }}, @directives) a dhíritheoidh go PHP íon. Soláthraíonn sé oidhreacht theimpléid, comhpháirteanna, agus cosaint XSS ionsuite, ag coimeád amharc inléite agus slán.
Sonraí a thaispeáint (foluain-dhíscartha)
<h1>{{ $title }}</h1> {{-- echoes $title, AUTO-ESCAPED (XSS-safe) --}}
<p>{{ $user->name }}</p>
{!! $trustedHtml !!} {{-- unescaped — use ONLY for trusted HTML --}}
