Skip to content

Commit

Permalink
feat(lead-customer): Lead/Customer preview show notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gnovaro committed Oct 7, 2023
1 parent a8a497a commit 013f153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/lead_customer/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
</div><!--./row-->
@if(!empty($item->notes))
<div class="row">
<div>{{ __('Notes') }}:</div>
<div class="col">{{ $item->notes }}</div>
</div><!--./row-->
@endif
Expand Down

0 comments on commit 013f153

Please sign in to comment.