@extends('layouts.master') @section('title') @lang('translation.Add_Asset') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Ecommerce @endslot @slot('title') Add Page for mobile @endslot @endcomponent
@method('PUT') @csrf

Basic Information

Fill all information below

is_before_login == '1' ? 'checked' : '' }} />
is_back_button == '1' ? 'checked' : '' }} />
have_section == '1' ? 'checked' : '' }}>
fields_have_values == '1' ? 'checked' : '' }} />
Required
Required
Required

Form images

Fill all information below

@if($form->image)
@endif
@if($form->bottom_image)
@endif

Form Fields

@if(isset($formFields[0])) @foreach ($formFields as $formFields)
Required
Required
Required
option ? '' : 'style=display:none;' }}>
If you want range in Numbers fill like "Keyword,StartRange,EndRange" - Ex : {RANGE},1,12 - For time interval
have_condition == 'Yes' ? 'checked' : '' }} > have_condition == 'No' ? 'checked' : '' }} >
Required
@endforeach @else
Required
Required
Required
Required
@endif

Form Button


@if(isset($formButtons[0])) @foreach ($formButtons as $formButton)
@endforeach @else
@endif
@endsection @section('script') @endsection