@extends('layouts.admin_layout') @section('Title') پنل مدیریت | مدیریت پاپ آپ @endsection @section('custom-css') @endsection @section('custom-js') @endsection @section('content')

مدیریت پاپ آپ

@csrf
@error('file') {{ $message }} @enderror
@error('is_image') {{ $message }} @enderror
@error('link') {{ $message }} @enderror
@error('btn_text') {{ $message }} @enderror
@error('text') {{ $message }} @enderror
@if ($ad_popup['is_active'] > 0)

درحال حاضر پاپ آپ روی نرم افزارها فعال می باشد

@else

درحال حاضر پاپ آپ روی نرم افزارها غیر فعال می باشد

@endif
@if ($ad_popup['is_active'] > 0)
@if ($ad_popup['is_image'] === 1) @else @endif
نوع لینک دکمه
@if ($ad_popup['is_image'] === 1) تصویر @else فیلم @endif @if ($ad_popup['link'] != '' and $ad_popup['link'] != null) دارد @else ندارد @endif @if ($ad_popup['link'] != '' and $ad_popup['link'] != null) {{ $ad_popup['btn_text'] }} @else ندارد @endif
@if ($ad_popup['text'] != '' and $ad_popup['text'] != null)

توضیحات:

{{ $ad_popup['text'] }}

@endif @endif
@csrf
@endsection