Alphabets in phone number,Page design change

This commit is contained in:
arindam85
2016-12-01 14:41:53 +05:30
parent f29c98bf50
commit b89b89c85b
13 changed files with 813 additions and 95 deletions

View File

@@ -78,14 +78,14 @@ class="active"
@if($users->user_name)
<div class="box-footer">
<b>{{Lang::get('lang.user_name')}}</b>
<a class="pull-right" href="{{route('user.show', $users->id)}}">
<a class="pull-right" href="{{route('user.show', $users->id)}}" title="{{$users->user_name}}">
{{str_limit($users->user_name,10) }}
</a>
</div>
@endif
<div class="box-footer">
<b>{{Lang::get('lang.email')}}</b>
<a class="pull-right" href="{{route('user.show', $users->id)}}">
<a class="pull-right" href="{{route('user.show', $users->id)}}" title="{{$users->email}}">
{{str_limit($users->email,10) }}
</a>
</div>