Skip to content

Additional Features Sections

JetShip offers three beautifully crafted and fully customizable Additional Features Sections. These sections can be easily adapted to your needs.

Below, you will find the available Additional Features Sections, along with their images and code snippets for direct use in your Blade components.

1. Additional Features Outlined

Additional Features Outlined

php
<x-blocks.additional-features-outlined 
:features="[
              [
                  'icon' => 'tabler-diamond',
                  'title' => 'Brand Your SaaS',
                  'description' => 'Customize colors, emails, and more to match your brand identity.',
              ],
              [
                  'icon' => 'tabler-elevator',
                  'title' => 'Components',
                  'description' =>
                      'Includes ready-to-use components like Plans & Pricing, hero sections, features, and more.',
              ],
              [
                  'icon' => 'tabler-file-text',
                  'title' => 'SaaS Blog',
                  'description' => 'Publish articles and tutorials to educate your audience and enhance SEO.',
              ],
              [
                  'icon' => 'tabler-git-merge',
                  'title' => 'Prioritize Your Roadmap',
                  'description' => 'Collect customer feedback and allow users to vote on features and bug fixes.',
              ],
              [
                  'icon' => 'tabler-mail',
                  'title' => 'Custom Emails',
                  'description' => 'Engage customers with beautifully designed, brand-adaptive email templates.',
              ],
              [
                  'icon' => 'tabler-apps',
                  'title' => 'Plugins',
                  'description' => 'Supports auth, payment, email providers, chatbot, and analytics plugins.',
              ],
              [
                  'icon' => 'tabler-report-search',
                  'title' => 'SEO Ready',
                  'description' => 'Built-in features to improve search engine rankings.',
              ],
              [
                  'icon' => 'tabler-edit',
                  'title' => 'Customization',
                  'description' => 'Full ownership of the code allows for complete customization.',
              ],
              [
                  'icon' => 'tabler-code',
                  'title' => 'Dev Friendly Core',
                  'description' => 'Clean code and tools for a smooth development experience.',
              ],
              [
                  'icon' => 'tabler-device-mobile',
                  'title' => 'Mobile Friendly',
                  'description' => 'The UI is optimized for mobile devices.',
              ],
              [
                  'icon' => 'tabler-report-money',
                  'title' => 'Rich Documentation',
                  'description' => 'Comprehensive documentation to guide you from start to finish.',
              ],
              [
                  'icon' => 'tabler-text-resize',
                  'title' => 'Translation Ready',
                  'description' => 'Translate your app to reach a global audience.',
              ],
          ],"

/>

2. Additional Features Vertical

Additional Features Vertical

php
 <x-blocks.additional-features-vertical :features="[
        [
            'icon' => 'tabler-elevator',
            'title' => __('Easy Navigation'),
            'description' => __('Simple, intuitive chatbot interface.'),
        ],
        [
            'icon' => 'tabler-layout-2',
            'title' => __('Customizable Layout'),
            'description' => __('Adjust look and feel to match your brand.'),
        ],
        [
            'icon' => 'tabler-file-diff',
            'title' => __('Continuous Updates'),
            'description' => __('Regular updates to enhance performance.'),
        ],
        [
            'icon' => 'tabler-search',
            'title' => __('Smart Search'),
            'description' => __('AI-driven search for quick and accurate answers.'),
        ],
        [
            'icon' => 'tabler-layout-grid-add',
            'title' => __('Easy To Customize'),
            'description' => __('Modify chatbot settings without coding.'),
        ],
        [
            'icon' => 'tabler-brand-github',
            'title' => __('Direct API Access'),
            'description' => __('Open API for seamless integrations.'),
        ],
        [
            'icon' => 'tabler-chart-donut-4',
            'title' => __('24/7 Support'),
            'description' => __('Dedicated support from our team.'),
        ],
        [
            'icon' => 'tabler-language',
            'title' => __('Multi Language'),
            'description' => __('Communicate globally with real-time translation.'),
        ],
        [
            'icon' => 'tabler-list-details',
            'title' => __('Quick Start Kit'),
            'description' => __('Get up and running in minutes.'),
        ],
        [
            'icon' => 'tabler-code',
            'title' => __('Quality Training Data'),
            'description' => __('Pre-trained AI models for accuracy.'),
        ],
        [
            'icon' => 'tabler-book',
            'title' => __('Detailed Documentation'),
            'description' => __('Comprehensive guides and tutorials.'),
        ],
        [
            'icon' => 'tabler-align-right',
            'title' => __('RTL Support'),
            'description' => __('Fully supports right-to-left languages.'),
        ],
    ]"></x-blocks.additional-features-vertical>
  1. Additional Features Horizontal

Additional Features Horizontal

php

<x-blocks.additional-features-Horizontal 
:features="[
              [
                  'icon' => 'tabler-diamond',
                  'title' => 'Brand Your SaaS',
                  'description' => 'Customize colors, emails, and more to match your brand identity.',
              ],
              [
                  'icon' => 'tabler-elevator',
                  'title' => 'Components',
                  'description' =>
                      'Includes ready-to-use components like Plans & Pricing, hero sections, features, and more.',
              ],
              [
                  'icon' => 'tabler-file-text',
                  'title' => 'SaaS Blog',
                  'description' => 'Publish articles and tutorials to educate your audience and enhance SEO.',
              ],
              [
                  'icon' => 'tabler-git-merge',
                  'title' => 'Prioritize Your Roadmap',
                  'description' => 'Collect customer feedback and allow users to vote on features and bug fixes.',
              ],
              [
                  'icon' => 'tabler-mail',
                  'title' => 'Custom Emails',
                  'description' => 'Engage customers with beautifully designed, brand-adaptive email templates.',
              ],
              [
                  'icon' => 'tabler-apps',
                  'title' => 'Plugins',
                  'description' => 'Supports auth, payment, email providers, chatbot, and analytics plugins.',
              ],
              [
                  'icon' => 'tabler-report-search',
                  'title' => 'SEO Ready',
                  'description' => 'Built-in features to improve search engine rankings.',
              ],
              [
                  'icon' => 'tabler-edit',
                  'title' => 'Customization',
                  'description' => 'Full ownership of the code allows for complete customization.',
              ],
              [
                  'icon' => 'tabler-code',
                  'title' => 'Dev Friendly Core',
                  'description' => 'Clean code and tools for a smooth development experience.',
              ],
              [
                  'icon' => 'tabler-device-mobile',
                  'title' => 'Mobile Friendly',
                  'description' => 'The UI is optimized for mobile devices.',
              ],
              [
                  'icon' => 'tabler-report-money',
                  'title' => 'Rich Documentation',
                  'description' => 'Comprehensive documentation to guide you from start to finish.',
              ],
              [
                  'icon' => 'tabler-text-resize',
                  'title' => 'Translation Ready',
                  'description' => 'Translate your app to reach a global audience.',
              ],
          ],"

/>