Skip to content

Commit

Permalink
Added test resource for contents inside /resources/views/vendor/*
Browse files Browse the repository at this point in the history
  • Loading branch information
itsrexb committed Aug 27, 2022
1 parent 96d7a40 commit 25b08cd
Showing 1 changed file with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!doctype html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Laravel</title>

</head>

<body>
<div class="flex-center position-ref full-height">
<div class="content">
<div class="title m-b-md">
Laravel <br>
{{ __('This is a mail template layout') }}
</div>

<div class="links">
<a href="https://laravel.com/docs">{{ __('Hello World') }}</a>
<a href="https://laracasts.com">@trans('Hi There')</a>
<a href="https://laravel-news.com">News</a>
<a href="https://blog.laravel.com">Blog</a>
<a href="https://nova.laravel.com">Nova</a>
<a href="https://forge.laravel.com">Forge</a>
<a href="https://github.com/laravel/laravel">GitHub</a>
</div>
</div>
</div>
</body>

</html>

0 comments on commit 25b08cd

Please sign in to comment.