@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' : '' }} />
Allow Befor Login
is_back_button == '1' ? 'checked' : '' }} />
Enable Back Button
have_section == '1' ? 'checked' : '' }}>
Fields with in Section
fields_have_values == '1' ? 'checked' : '' }} />
User Fields with values
Slug
Required
Description
{{ $form->description }}
Title
Required
Sub Title
Required
Form images
Fill all information below
Image
Image Width
Select Type...
@foreach ($typeValues as $option)
image_width_type == $option ? 'selected' :''}}>{{ $option }}
@endforeach
Image Height
Select Type...
@foreach ($typeValues as $option)
image_height_type == $option ? 'selected' :''}}>{{ $option }}
@endforeach
@if($form->image)
@endif
Bottom Image
Bottom Image Width
Select Type...
@foreach ($typeValues as $option)
bottom_image_width_type == $option ? 'selected' :''}}>{{ $option }}
@endforeach
Image Height
Select Type...
@foreach ($typeValues as $option)
bottom_image_height_type == $option ? 'selected' :''}}>{{ $option }}
@endforeach
@if($form->bottom_image)
@endif
Form Fields
@if(isset($formFields[0])) @foreach ($formFields as $formFields)
Field Gropup
Choose...
@foreach($formFieldGroups as $formFieldGroup)
id == $formFields->group_id ? 'selected' : ''}}> {{ $formFieldGroup->field_group }}
@endforeach
Required
Field Name
Required
Field Type
Choose...
@foreach($formFieldTypes as $formFieldType)
id == $formFields->type_id ? 'selected' : ''}}> {{ $formFieldType->field_type }}
@endforeach
Required
Field Title
Place Holder
option ? '' : 'style=display:none;' }}>
Options
{{ $formFields->option }}
If you want range in Numbers fill like "Keyword,StartRange,EndRange" - Ex : {RANGE},1,12 - For time interval
Have Condition
have_condition == 'Yes' ? 'checked' : '' }} >
Yes
have_condition == 'No' ? 'checked' : '' }} >
No
Condition Field Name
Equal Value
Condition Field Type
Equal Value Type
Priority
Select...
@foreach (range(1,20) as $option)
priority == $option ? 'selected' : '' }}>{{ $option }}
@endforeach
Required
@endforeach @else
Field Gropup
Choose...
@foreach($formFieldGroups as $formFieldGroup)
{{ $formFieldGroup->field_group }}
@endforeach
Required
Field Name
Required
Field Type
Choose...
@foreach($formFieldTypes as $formFieldType)
{{ $formFieldType->field_type }}
@endforeach
Required
Field Title
Place Holder
Options
Have Condition
Yes
No
Condition Field Name
Equal Value
Condition Field Type
Equal Value Type
Priority
Select...
@foreach (range(1,20) as $option)
{{ $option }}
@endforeach
Required
@endif
Form Button
@if(isset($formButtons[0])) @foreach ($formButtons as $formButton)
Button Name
Select Type...
@foreach ($typeValues as $option)
name_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Button Type
Select Type...
@foreach ($typeValues as $option)
type_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Button Title
Select Type...
@foreach ($typeValues as $option)
title_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Button Submit
Select Type...
@foreach ($typeValues as $option)
on_submit_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
On Pressed
Select Type...
@foreach ($typeValues as $option)
on_pressed_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Padding
Select Type...
@foreach ($typeValues as $option)
padding_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Width
Select Type...
@foreach ($typeValues as $option)
width_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Background Color
Select Type...
@foreach ($typeValues as $option)
background_color_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Foreground Color
Select Type...
@foreach ($typeValues as $option)
foreground_color_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Color
Select Type...
@foreach ($typeValues as $option)
color_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Border Radious
Select Type...
@foreach ($typeValues as $option)
border_radious_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Font Size
Select Type...
@foreach ($typeValues as $option)
font_size_type == $option ? 'selected' : ''}}>{{ $option }}
@endforeach
Font Weight
Select Type...
@foreach ($typeValues as $option)
font_weight_type == $option ? 'selected' : $option }}>{{ $option }}
@endforeach
Redirect URL
Select Type...
@foreach ($typeValues as $option)
redirect_url_type) ? ($attributes->redirect_url_type == $option ? 'selected' : '') :'') }}>{{ $option }}>{{ $option }}
@endforeach
@endforeach @else
Button Name
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Button Type
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Button Title
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Button Submit
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
On Pressed
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Padding
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Width
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Background Color
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Foreground Color
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Color
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Border Radious
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Font Size
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Font Weight
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
Redirect URL
Select Type...
@foreach ($typeValues as $option)
{{ $option }}
@endforeach
@endif
Save Changes
Cancel
@endsection @section('script') @endsection