@extends('layouts.app') @section('title', 'Sell') @section('content') Sell {{ $page->findSection('seller-heading') }} {!! $page->findSection('seller-description') !!} Start Selling {!! $page->findSection('start-selling-content') !!} Start Selling @include('layouts.components.faqs') @endsection