Components and slots provide similar benefits to sections, layouts, and includes; however, some may find the mental model of components and slots easier to understand.
Note: - We highly recommend to copy blade components inside custom folder as it will make easy to update in fututre. Also, you can rename your custom folder to what ever you want. Custom folder is present inside app/view/components for Component Class and resources/view/components for Blade Component
Base Shortcodes:
Usage
Description
Component Class
Blade File
<x-base-layout/>
Body Base Component
baseLayout.php
base-layout.blade.php
<x-menu.vertical-menu/>
Vertical Menu
Menu/verticalMenu.php
menu/vertical-menu.blade.php
<x-navbar.style-vertical-menu/>
Vertical Style Navbar
navbar/styleVerticalMenu.php
navbar/style-vertical-menu.blade.php
<x-layout-footer/>
Footer
baseLayout.php
layout-footer.blade.php
<x-layout-loader/>
Loader
LayoutLoader.php
layout-loader.blade.php
<x-layout-overlay/>
Overlay
LayoutOverlay.php
layout-overlay.blade.php
Widgets Shortcodes:
Usage
Blade File
<x-widgets._w-activity-five/>
_w-activity-five.blade.php
<x-widgets._w-activity-four/>
_w-activity-four.blade.php
<x-widgets._w-card-four/>
_w-card-four.blade.php
<x-widgets._w-card-one/>
_w-card-one.blade.php
<x-widgets._w-card-three/>
_w-card-three.blade.php
<x-widgets._w-card-two/>
_w-card-two.blade.php
<x-widgets._w-chart-one/>
_w-chart-one.blade.php
<x-widgets._w-chart-three/>
_w-chart-three.blade.php
<x-widgets._w-chart-two/>
_w-chart-two.blade.php
<x-widgets._w-five/>
_w-five.blade.php
<x-widgets._w-four/>
_w-four.blade.php
<x-widgets._w-hybrid-one/>
_w-hybrid-one.blade.php
<x-widgets._w-one/>
_w-one.blade.php
<x-widgets._w-six/>
_w-six.blade.php
<x-widgets._w-table-one/>
_w-table-one.blade.php
<x-widgets._w-table-three/>
_w-table-three.blade.php
<x-widgets._w-table-two/>
_w-table-two.blade.php
<x-widgets._w-three/>
_w-three.blade.php
<x-widgets._w-two/>
_w-two.blade.php
<x-widgets._w-wallet-one/>
_w-wallet-one.blade.php
For any support related queries just write us at info@designreset.com with your purchase code.