Skip to content

Commit 3ad99e0

Browse files
Merge pull request #393 from mass6/patch-1
Corrections to layouts.md
2 parents 73498bd + da079ec commit 3ad99e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/master/packages/layouts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ To extend the default layout of the Bagisto admin panel, you'll create or modify
3636

3737
## Shop Layout
3838

39-
`<x-shop::layouts>` This component serves as the container for your extended admin layout. It encapsulates the entire layout structure, including the title and content.
39+
`<x-shop::layouts>` This component serves as the container for your extended shop layout. It encapsulates the entire layout structure, including the title and content.
4040

41-
To extend the shop layout in Bagisto, modify or create the `index.blade.php` file located at `packages/Webkul/Blog/src/Resources/views/shop/default/index.blade.php`. Below is a detailed breakdown of how to integrate and customize the shop layout:
41+
To extend the shop layout in Bagisto, modify or create the `index.blade.php` file located at `packages/Webkul/Blog/src/Resources/views/shop/index.blade.php`. Below is a detailed breakdown of how to integrate and customize the shop layout:
4242

4343
```html
4444
<x-shop::layouts
@@ -69,4 +69,4 @@ To extend the shop layout in Bagisto, modify or create the `index.blade.php` fil
6969
Notice that there are translations used in the blade files, so you will also need to add the corresponding translations in **`lang/app.php`**.
7070
:::
7171

72-
If you don't want to include these layouts, you can create your own master file.
72+
If you don't want to include these layouts, you can create your own master file.

0 commit comments

Comments
 (0)