@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('content')
{{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
@csrf
{{-- Newsletter Popup --}}

{{ __('Enable Newsletter Popup') }}

{{-- Information Popup --}}

{{ __('Enable Information Popup') }}

{{-- Popup Details --}}

{{ __('Information Popup Details') }}

{{-- Confetti Effect --}}
{{-- Image --}}
{{-- Title --}}
{{-- Description --}}
{{-- Button Text --}}
{{-- Button URL --}}
@include('user.includes.footer')
{{-- Custom JS --}} @push('custom-js') @endpush @endsection