blob: 898b00138920c5e972bdb302258ed91ad02a74fa (
plain)
1
2
3
4
5
6
|
<p class="quote">
@foreach($quote["lines"] as $line)
<strong>{{ $line["character"] }}:</strong> "{{ $line["line"] }}"<br>
@endforeach
<small>({{ $quote["attribution"] }})</small>
</p>
|