|
4 | 4 | <i class="fa fa-cog fa-2x"> </i> |
5 | 5 | </a> |
6 | 6 | <ul class="dropdown-menu"> |
7 | | - <li class="header-title"> {{__('Sidebar Style')}}</li> |
| 7 | + <li class="header-title"> {{ __('Sidebar Style') }}</li> |
8 | 8 | <li class="adjustments-line"> |
9 | 9 | <a href="javascript:void(0)" class="switch-trigger"> |
10 | | - <p>Background Image</p> |
| 10 | + <p>{{ __('Background Image') }}</p> |
11 | 11 | <label class="switch"> |
12 | 12 | <input type="checkbox" data-toggle="switch" checked="" data-on-color="primary" data-off-color="primary"> |
13 | 13 | <span class="toggle"></span> |
|
29 | 29 | <div class="clearfix"></div> |
30 | 30 | </a> |
31 | 31 | </li> |
32 | | - <li class="header-title">Sidebar Images</li> |
| 32 | + <li class="header-title">{{ __('Sidebar Images') }}</li> |
33 | 33 | <li class="active"> |
34 | 34 | <a class="img-holder switch-trigger" href="javascript:void(0)"> |
35 | | - <img src="{{asset('/light-bootstrap/img/sidebar-1.jpg')}}" alt="" /> |
| 35 | + <img src="{{ asset('/light-bootstrap/img/sidebar-1.jpg') }}" alt="" /> |
36 | 36 | </a> |
37 | 37 | </li> |
38 | 38 | <li> |
39 | 39 | <a class="img-holder switch-trigger" href="javascript:void(0)"> |
40 | | - <img src="{{asset('light-bootstrap/img/sidebar-3.jpg')}}" alt="" /> |
| 40 | + <img src="{{ asset('light-bootstrap/img/sidebar-3.jpg') }}" alt="" /> |
41 | 41 | </a> |
42 | 42 | </li> |
43 | 43 | <li> |
44 | 44 | <a class="img-holder switch-trigger" href="javascript:void(0)"> |
45 | | - <img src="{{asset('light-bootstrap/img/sidebar-4.jpg')}}" alt="" /> |
| 45 | + <img src="{{ asset('light-bootstrap/img/sidebar-4.jpg') }}" alt="" /> |
46 | 46 | </a> |
47 | 47 | </li> |
48 | 48 | <li> |
49 | 49 | <a class="img-holder switch-trigger" href="javascript:void(0)"> |
50 | | - <img src="{{asset('light-bootstrap/img/sidebar-5.jpg')}}" alt="" /> |
| 50 | + <img src="{{ asset('light-bootstrap/img/sidebar-5.jpg') }}" alt="" /> |
51 | 51 | </a> |
52 | 52 | </li> |
53 | 53 | <li class="button-container"> |
54 | 54 | <div class=""> |
55 | | - <a href="https://www.creative-tim.com/product/light-bootstrap-dashboard-laravel" target="_blank" class="btn btn-info btn-block btn-fill">Download, it's free!</a> |
| 55 | + <a href="https://www.creative-tim.com/product/light-bootstrap-dashboard-laravel" target="_blank" class="btn btn-info btn-block btn-fill">{{ __("Download, it's free!") }}</a> |
56 | 56 | </div> |
57 | 57 | </li> |
58 | 58 | <li class="button-container"> |
59 | 59 | <div class=""> |
60 | | - <a href="https://light-bootrap-dashboard.creative-tim.com/docs/tutorial-components.html" target="_blank" class="btn btn-default btn-block btn-fill">View Documentation</a> |
| 60 | + <a href="https://light-bootrap-dashboard.creative-tim.com/docs/tutorial-components.html" target="_blank" class="btn btn-default btn-block btn-fill">{{ __('View Documentation') }}</a> |
61 | 61 | </div> |
62 | 62 | </li> |
63 | | - <li class="header-title pro-title text-center">Want more components?</li> |
| 63 | + <li class="header-title pro-title text-center">{{ __('Want more components?') }}</li> |
64 | 64 | <li class="button-container"> |
65 | 65 | <div class=""> |
66 | | - <a href="https://www.creative-tim.com/product/light-bootstrap-dashboard-laravel-pro" target="_blank" class="btn btn-warning btn-block btn-fill">Get The PRO Version!</a> |
| 66 | + <a href="https://www.creative-tim.com/product/light-bootstrap-dashboard-laravel-pro" target="_blank" class="btn btn-warning btn-block btn-fill">{{ __('Get The PRO Version!') }}</a> |
67 | 67 | </div> |
68 | 68 | </li> |
69 | | - <li class="header-title" id="sharrreTitle">Thank you for sharing!</li> |
| 69 | + <li class="header-title" id="sharrreTitle">{{ __('Thank you for sharing!') }}</li> |
70 | 70 | <li class="button-container"> |
71 | | - <button id="twitter" class="btn btn-social btn-outline btn-twitter btn-round sharrre twitter-sharrre"><i class="fa fa-twitter"></i><a href="https://twitter.com/updivision?ref=lbdl-readme">· 256</a></button> |
72 | | - <button id="facebook" class="btn btn-social btn-outline btn-facebook btn-round sharrre facebook-sharrre"><i class="fa fa-facebook-square"></i><a href="https://www.facebook.com/updivision?ref=lbdl-readme">· 426</a></button> |
| 71 | + <button id="twitter" class="btn btn-social btn-outline btn-twitter btn-round sharrre twitter-sharrre"><i class="fa fa-twitter"></i>{{ __('· 256') }}</button> |
| 72 | + <button id="facebook" class="btn btn-social btn-outline btn-facebook btn-round sharrre facebook-sharrre"><i class="fa fa-facebook-square"></i>{{ __('· 426') }}</button> |
73 | 73 | </li> |
74 | 74 | </ul> |
75 | 75 | </div> |
|
0 commit comments