@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
@csrf

Basic Information

Fill all information below

Required
Required
Required

Page Content

Form Fields

@if(isset($zapPageFormFields[0])) @foreach ($zapPageFormFields as $formField)
@endforeach @else
@endif

Form Button

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