@extends('admin.layouts.app') @section('css') @endsection @section('content')

{!! $form['heading'] !!}

@csrf @if ($data->position == 1)
{{-- --}} @if (isset($content['images'][0]) && filled($content['images'][0]))
Page Image
@endif
@elseif ($data->position == 2)
@elseif ($data->position == 3)

Box 1

{{-- --}} @if (isset($content['images']['box1']) && filled($content['images']['box1']))
Box 1 Image
@endif

Box 2

{{-- --}} @if (isset($content['images']['box2']) && filled($content['images']['box2']))
Box 2 Image
@endif
@elseif ($data->position == 4)
@elseif ($data->position == 5)

Left Side (Box 1)

Left Side (Box 2)

Center

{{-- --}} @if (isset($content['images'][0]) && filled($content['images'][0]))
Page Image
@endif

Right Side (Box 1)

Right Side (Box 2)

@elseif ($data->position == 6)
@else

Note: This section is not editable. If you want to change the content, please contact the support team.

@endif
Cancel
@endsection @section('footer-js') @endsection