Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 2ba93f9

Browse files
committed
Add google analytics page
1 parent 96475d0 commit 2ba93f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

public/google002775d84cb05fc1.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google002775d84cb05fc1.html

resources/views/vendor/pages/public/home.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<div class="tutorial__content">
4343
<h2 class="tutorial__title">@lang('db.Tutorials')</h2>
4444
<p class="tutorial__description">
45-
@lang('db.Laravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. Here you can find plenty of tutorials resources who will teach you how to make a website with Laravel. Explore a big collection of tutorials, latest news and tips from Laravel devs around the world.')
45+
{{ __('Laravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. Here you can find plenty of tutorials resources who will teach you how to make a website with Laravel. Explore a big collection of tutorials, latest news and tips from Laravel devs around the world.') }}
4646
</p>
4747
<a href="{{ Route::has($lang.'::index-tutorials') ? route($lang.'::index-tutorials') : '/' }}" class="btn btn-primary">@lang('db.Jump to Tutorials') <i class="icon ion-ios-arrow-forward"></i></a>
4848
</div>
@@ -59,7 +59,7 @@
5959
<div class="package__content">
6060
<h2 class="package__title">@lang('db.Packages')</h2>
6161
<p class="package__description">
62-
@lang('db.Laravel is a very popular framework, and says popularity says big community. Find in this section a list of packages that can help you quickly build your application, examples of use of packages and links to download them.')
62+
{{ __('Laravel is a very popular framework, and says popularity says big community. Find in this section a list of packages that can help you quickly build your application, examples of use of packages and links to download them.') }}
6363
</p>
6464
<a href="{{ Route::has($lang.'::index-packages') ? route($lang.'::index-packages') : '/' }}" class="btn btn-primary">@lang('db.See all Packages') <i class="icon ion-ios-arrow-forward"></i></a>
6565
</div>

0 commit comments

Comments
 (0)