You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/master/packages/layouts.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ To extend the default layout of the Bagisto admin panel, you'll create or modify
36
36
37
37
## Shop Layout
38
38
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.
40
40
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:
42
42
43
43
```html
44
44
<x-shop::layouts
@@ -69,4 +69,4 @@ To extend the shop layout in Bagisto, modify or create the `index.blade.php` fil
69
69
Notice that there are translations used in the blade files, so you will also need to add the corresponding translations in **`lang/app.php`**.
70
70
:::
71
71
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