@extends('backend.admin-master') @section('site-title') {{__('Edit Popup')}} @endsection @section('style') @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('Edit Popup')}}

{{__('All Popup')}}
@csrf
@php $pop_bg_img = get_attachment_image_by_id($popup->background_image,'thumbnail',true); @endphp @if (!empty($pop_bg_img))
@endif
{{__('Recommended image size 700x400')}}
@php $pop_img = get_attachment_image_by_id($popup->only_image,'thumbnail',true); @endphp @if (!empty($pop_img))
@endif
{{__('Recommended image size 350x350')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection