Skip to content

Commit

Permalink
Merge 4c74356 into adc4c3a
Browse files Browse the repository at this point in the history
  • Loading branch information
nafiesl committed Nov 24, 2019
2 parents adc4c3a + 4c74356 commit b1ac7fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/categories/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

@include('transactions.partials.stats')

@if ($category->description)
<div class="alert alert-info"><strong>{{ __('app.description') }}:</strong><br>{{ $category->description }}</div>
@endif

<div class="row">
<div class="col-md-12">
<div class="panel panel-default table-responsive">
Expand Down
4 changes: 4 additions & 0 deletions resources/views/partners/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

@include('transactions.partials.stats')

@if ($partner->description)
<div class="alert alert-info"><strong>{{ __('app.description') }}:</strong><br>{{ $partner->description }}</div>
@endif

<div class="row">
<div class="col-md-12">
<div class="panel panel-default table-responsive">
Expand Down

0 comments on commit b1ac7fb

Please sign in to comment.