Finish that shit
This commit is contained in:
parent
39d7895fad
commit
5472d7c7c7
16 changed files with 519 additions and 297 deletions
|
@ -1,6 +1,12 @@
|
|||
<p class="quote">
|
||||
@foreach($quote["lines"] as $line)
|
||||
<strong>{{ $line["character"] }}:</strong> "{{ $line["line"] }}"<br>
|
||||
<strong>{{ $line["character"] }}:</strong>
|
||||
{{-- Literally only one thing will trigger this lmao --}}
|
||||
@if($line["line"] == "*Rage squeals*")
|
||||
{{ $line["line"] }}
|
||||
@else
|
||||
"{{ $line["line"] }}"
|
||||
@endif<br>
|
||||
@endforeach
|
||||
<small>({{ $quote["attribution"] }})</small>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue