7 lines
204 B
PHP
7 lines
204 B
PHP
<p class="quote">
|
|
@foreach($quote["lines"] as $line)
|
|
<strong>{{ $line["character"] }}:</strong> "{{ $line["line"] }}"<br>
|
|
@endforeach
|
|
<small>({{ $quote["attribution"] }})</small>
|
|
</p>
|