mirror of
https://github.com/archtechx/laravel-pages.git
synced 2025-12-12 01:44:03 +00:00
add source code
This commit is contained in:
commit
e534ddd14c
23 changed files with 798 additions and 0 deletions
4
tests/views/components/layout.blade.php
Normal file
4
tests/views/components/layout.blade.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<div class="first layout">
|
||||
<x-seo::meta />
|
||||
{{ $slot }}
|
||||
</div>
|
||||
3
tests/views/components/layout2.blade.php
Normal file
3
tests/views/components/layout2.blade.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div class="second layout">
|
||||
{{ $slot }}
|
||||
</div>
|
||||
3
tests/views/example.blade.php
Normal file
3
tests/views/example.blade.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<x-test::layout>
|
||||
Test view
|
||||
</x-test::layout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue