@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
@csrf
{{ __('app.basic_information') }}
{{__('app.name_required')}}
{{ __('app.list_configuration') }}
@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