diff --git a/resources/views/transactions/show.blade.php b/resources/views/transactions/show.blade.php index fb66d9fdc4..d8c0c1e0f7 100644 --- a/resources/views/transactions/show.blade.php +++ b/resources/views/transactions/show.blade.php @@ -39,7 +39,28 @@ {{{$category->name}}} @endforeach + @if($journal->tags()->count() > 0) + + Tags + + @foreach($journal->tags as $tag) +

+ @if($tag->tagMode == 'nothing') + + @endif + @if($tag->tagMode == 'balancingAct') + + @endif + @if($tag->tagMode == 'advancePayment') + + @endif + {{$tag->tag}} +

+ @endforeach + + + @endif