resources/views/recipe/show.blade.php: translate some headings
This commit is contained in:
parent
f52dc72412
commit
5b684b08f2
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue