@php $imageColumn = '
' .
        $data->title .
        '
'; $items = []; if ($children) { $comps = $children->getComponents(); if (count($comps)) { foreach ($comps as $c) { $cd = $c->data; $items[] = $cd; } } } @endphp
@if ($data->image_side != 'right') {!! $imageColumn !!} @endif

{{ $data->title('We Provide Expert Service and aim to have a long term with you') }}

{{ $data->description('>We provide a full range of front end mechanical repairs for all makes and models of cars, no matter') }}

    @if ($items) @foreach ($items as $item)
  • 0{{ $loop->index + 1 }}

    {{ $item->title }}

    {{ $item->description }}

  • @endforeach @endif
@if ($data->image_side == 'right') {!! $imageColumn !!} @endif