@extends('admin.layouts.app') @section('css') @endsection @section('content') {!! $form['heading'] !!} @csrf @if ($data->position == 1) Image {{-- --}} @if (isset($content['images'][0]) && filled($content['images'][0])) @endif Title * {{ old('title', $content['title'] ?? '') }} @elseif ($data->position == 2) Video URL Title * {{ old('title', $content['title'] ?? '') }} Description * {{ old('description', $content['description'] ?? '') }} @elseif ($data->position == 3) Box 1 Image Box 1 {{-- --}} @if (isset($content['images']['box1']) && filled($content['images']['box1'])) @endif App URL Box 1 Title Box 1 * {{ old('title_box1', $content['title']['box1'] ?? '') }} Description Box 1 * {{ old('description_box1', $content['description']['box1'] ?? '') }} Box 2 Image Box 2 {{-- --}} @if (isset($content['images']['box2']) && filled($content['images']['box2'])) @endif App URL Box 2 Title Box 2 * {{ old('title_box2', $content['title']['box2'] ?? '') }} Description Box 2 * {{ old('description_box2', $content['description']['box2'] ?? '') }} @elseif ($data->position == 4) Play Store URL App Store URL Title * {{ old('title', $content['title'] ?? '') }} Description * {{ old('description', $content['description'] ?? '') }} @elseif ($data->position == 5) Left Side (Box 1) Title * {{ old('title_left_box1', $content['title']['left']['box1'] ?? '') }} Description * {{ old('description_left_box1', $content['description']['left']['box1'] ?? '') }} Left Side (Box 2) Title * {{ old('title_left_box2', $content['title']['left']['box2'] ?? '') }} Description * {{ old('description_left_box2', $content['description']['left']['box2'] ?? '') }} Center Image {{-- --}} @if (isset($content['images'][0]) && filled($content['images'][0])) @endif Right Side (Box 1) Title * {{ old('title_right_box1', $content['title']['right']['box1'] ?? '') }} Description * {{ old('description_right_box1', $content['description']['right']['box1'] ?? '') }} Right Side (Box 2) Title * {{ old('title_right_box2', $content['title']['right']['box2'] ?? '') }} Description * {{ old('description_right_box2', $content['description']['right']['box2'] ?? '') }} @elseif ($data->position == 6) Video URL Title * {{ old('title', $content['title'] ?? '') }} @else Note: This section is not editable. If you want to change the content, please contact the support team. @endif Save Changes Cancel @endsection @section('footer-js') @endsection
Note: This section is not editable. If you want to change the content, please contact the support team.