@extends('web.themes.shella.layouts.app') @section('content')
{{-- Hero carousel --}} {{-- @include('web.themes.shella.components.carousel.hero-carousel') --}}

{{ __('Sellers') }}

{{-- Entrepreneru --}} @include('web.themes.shella.pages.entrepreneurs.home.entrepreneur-box', [ 'channels' => $channels ]) {{-- Info icons --}} @include('web.themes.shella.pages.home.info-icons')
@stop