@extends('admin.layouts.master-soyuz') @section('title',__('Offer Popup |')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading'){{ __('Offer Popup') }}@endslot @slot('menu2'){{ __('Offer Popup') }}@endslot @endcomponent
@if ($errors->any()) @endif @if(session('success')) @endif
{{ __('Offer Popup Settings') }}
{{ __('Only one popup can be active') }}
@csrf
{{ __('Enable to show the popup to visitors on the homepage. Disable to hide it.') }}

@if(isset($settings) && $settings->image && file_exists(public_path('images/offerpopup/' . $settings->image)))
{{ __('Current image. Choose a new file below to replace it.') }} @endif
{{ __('Recommended size: 800×600 px. JPG, PNG, or WebP.') }}
{{ __('Optional. When set, clicking the popup image opens this URL in a new tab.') }}
@endsection @push('script') @endpush