Raw PHP
Use @php insert raw PHP into a template:
@php
$total = array_sum($prices);
@endphp
The block compiles to PHP tags.
Use @php insert raw PHP into a template:
@php
$total = array_sum($prices);
@endphp
The block compiles to PHP tags.