Skip to content

Commit 17f8a80

Browse files
committed
add search feature into users
1 parent 3947774 commit 17f8a80

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

resources/lang/en/titles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44

55
'app' => 'Laravel',
6-
'app2' => 'Laravel Auth 3.0',
6+
'app2' => 'Auth 4.0',
77
'home' => 'Home',
88
'login' => 'Login',
99
'logout' => 'Logout',

resources/views/welcome.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,11 @@
8080
@endif
8181
</div>
8282
@endif
83-
8483
<div class="content">
8584
<div class="title m-b-md">
86-
Laravel<br /><small>Auth 3.0</small>
85+
@lang('titles.app')<br />
86+
<small>@lang('titles.app2')</small>
8787
</div>
88-
8988
<div class="links">
9089
<a href="https://laravel.com/docs">Documentation</a>
9190
<a href="https://laracasts.com">Laracasts</a>

0 commit comments

Comments
 (0)