byos_laravel/resources/views/recipes/zen.blade.php
Benjamin Nussbaum f530875210 fix(#12): correct mispelled word recipe
fix(#12): correct mispelled word recipe
2025-04-26 14:59:28 +02:00

18 lines
586 B
PHP

{{--@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>