We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0203f69 commit 632cab4Copy full SHA for 632cab4
source/index.blade.php
@@ -37,5 +37,5 @@
37
@include('_shared.block-images', ['image1' => 'images/img_1.jpg', 'image2' => 'images/img_2.jpg'])
38
@include('_shared.block-images', ['image1' => 'images/img_3.jpg', 'image2' => 'images/img_4.jpg'])
39
40
- @include('_shared.sponsors', ['title' => 'Patrocinadores'])
+ @include('_shared.sponsors')
41
@endsection
source/sponsors.blade.php
@@ -11,7 +11,7 @@
11
</div>
12
13
14
- @include('_shared.sponsors', ['title' => 'Grandes empresas'])
15
16
@include('_shared.block-images', ['image1' => 'images/img_4.jpg', 'image2' => 'images/img_3.jpg'])
17
0 commit comments