@extends('front.layouts.marketplace') @section('body_page', 'static-page') @section('content')

{{ $page['eyebrow'] }}

{{ $page['title'] }}

{{ $page['lead'] }}

@foreach($page['sections'] as $section)

{{ $section['title'] }}

{{ $section['body'] }}

@endforeach
@endsection