Skip to content

Commit

Permalink
Update header.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
golam-sorwar authored Apr 11, 2020
1 parent a34f769 commit 99b7384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ class='fa fa-user'></i>Logout</a>
<li style="background-color: #d8f3ff;margin-bottom: 2px;">
<a href="{{$n_url}}">
<i class="fa fa-envelope-o text-aqua"></i>
{{ str_limit($notification->data['data'], 70) }}
{{ Illuminate\Support\Str::limit($notification->data['data'], 70) }}
</a>
</li>
@else
Expand Down

0 comments on commit 99b7384

Please sign in to comment.