Skip to content

Commit

Permalink
add search feature into users
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy committed Feb 27, 2018
1 parent 3947774 commit 17f8a80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/lang/en/titles.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [

'app' => 'Laravel',
'app2' => 'Laravel Auth 3.0',
'app2' => 'Auth 4.0',
'home' => 'Home',
'login' => 'Login',
'logout' => 'Logout',
Expand Down
5 changes: 2 additions & 3 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,11 @@
@endif
</div>
@endif

<div class="content">
<div class="title m-b-md">
Laravel<br /><small>Auth 3.0</small>
@lang('titles.app')<br />
<small>@lang('titles.app2')</small>
</div>

<div class="links">
<a href="https://laravel.com/docs">Documentation</a>
<a href="https://laracasts.com">Laracasts</a>
Expand Down

0 comments on commit 17f8a80

Please sign in to comment.