@extends('layouts.app') @section('title', 'Become A Seller') @section('content') Become A Seller On Harvest Hub {!! $page->findSection('become-a-seller-description') !!} Start Selling {{$page->findSection('why-selling-heading')}} {!! $page->findSection('first-why-sell-content') !!} {!! $page->findSection('second-why-sell-content') !!} {!! $page->findSection('third-why-sell-content') !!} {{$page->findSection('featured-design-heading')}} @foreach ($feature_seller as $item) {{$item->name}} {!! $item->description !!} @endforeach {{$page->findSection('how-it-works-heading')}} {!!$page->findSection('how-first-content')!!} {!!$page->findSection('how-second-content')!!} {!!$page->findSection('how-third-content')!!} {!!$page->findSection('how-fourth-content')!!} Start Selling {{$page->findSection('seller-plan-heading')}} {!! $page->findSection('seller-plan') !!} {!!$page->findSection('movement-content')!!} Ready to Grow Your Business? {!! $page->findSection('grow-content') !!} Join Us Now @endsection