1
0
Fork 0

resources/views/recipe/show.blade.php: translate some headings

This commit is contained in:
Henrik Hautakoski 2021-07-08 13:34:07 +02:00
parent f52dc72412
commit 5b684b08f2

View file

@ -25,7 +25,7 @@
<div class="mb-4">
<x-section-heading>
<h2 class="text-3xl">Reagents</h2>
<h2 class="text-3xl">{{ __('Reagents') }}</h2>
</x-section-heading>
<ul class="px-4 space-y-2">
@foreach($recipe->reagents as $reagent)
@ -40,7 +40,7 @@
</div>
<x-section-heading>
<h2 class="text-3xl">Crafters</h2>
<h2 class="text-3xl">{{ __('Crafters') }}</h2>
</x-section-heading>
<ul class="mx-4 flex flex-wrap gap-4">
@foreach($recipe->crafters as $crafter)