@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @php $attributes = json_decode($webform->attributes); @endphp @section('content')
@csrf @method('PUT')
{{ __('app.basic_information') }}
{{__('app.name_required')}}
{{ __('app.list_configuration') }}
@php $list_id = $webform->list_id @endphp @include('includes.dropdown_lists', ['popup' => 0, 'multiselect' => 0, 'required' => 1, 'client_package_lists' => 0])

{{ __('app.webform_select_list_first') }}

{{ __('app.page_configuration') }}
{{__('app.url_required')}}
{{__('app.webform_submit_button_text_help')}}
{{ __('app.security_configuration') }}
{{__('app.cancel')}}
@include('includes.modal') @endsection