diskfloppy.me/resources/views/components/toh-quote.blade.php

7 lines
204 B
PHP
Raw Normal View History

2024-08-08 03:00:49 +00:00
<p class="quote">
@foreach($quote["lines"] as $line)
<strong>{{ $line["character"] }}:</strong> "{{ $line["line"] }}"<br>
@endforeach
<small>({{ $quote["attribution"] }})</small>
</p>