aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/toh-quote.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/components/toh-quote.blade.php')
-rw-r--r--resources/views/components/toh-quote.blade.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/views/components/toh-quote.blade.php b/resources/views/components/toh-quote.blade.php
new file mode 100644
index 0000000..898b001
--- /dev/null
+++ b/resources/views/components/toh-quote.blade.php
@@ -0,0 +1,6 @@
+<p class="quote">
+ @foreach($quote["lines"] as $line)
+ <strong>{{ $line["character"] }}:</strong> "{{ $line["line"] }}"<br>
+ @endforeach
+ <small>({{ $quote["attribution"] }})</small>
+</p>