mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
* feat add example receipt "zen"
This commit is contained in:
parent
4485e20725
commit
88f90ff9ae
2 changed files with 90 additions and 0 deletions
18
resources/views/receipts/zen.blade.php
Normal file
18
resources/views/receipts/zen.blade.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{{--@dump($data)--}}
|
||||
<x-trmnl::view>
|
||||
<x-trmnl::layout>
|
||||
<x-trmnl::layout class="layout--col">
|
||||
<div class="b-h-gray-1">{{$data[0]['a']}}</div>
|
||||
@if (strlen($data[0]['q']) < 300)
|
||||
<p class="value">{{ $data[0]['q'] }}</p>
|
||||
@else
|
||||
<p class="value--small">{{ $data[0]['q'] }}</p>
|
||||
@endif
|
||||
</x-trmnl::layout>
|
||||
</x-trmnl::layout>
|
||||
|
||||
<div class="title_bar">
|
||||
<img class="image" src="https://img.icons8.com/books"/>
|
||||
<span class="title">Zen Quotes</span>
|
||||
</div>
|
||||
</x-trmnl::view>
|
||||
Loading…
Add table
Add a link
Reference in a new issue