@extends('website.layout.app') @section('content')
header-bg
{!! $about->description !!}
{{-- We are building the Operating System for Commerce

Trusted partner for small businesses, large marketplaces and every type of business

--}}
{{-- Card 1 --}} @php $leftSide = false; @endphp @foreach ($about->sections as $section) @if ($leftSide)
{{ $section->title }}
{!! $section->description !!}
card
@else
card

{{ $section->title }}

{!! $section->description !!}
@endif @php $leftSide = !$leftSide; @endphp @endforeach {{-- Stats --}} @include('website.components.stats') @endsection