@extends('backend.layouts.app') @section('content')
{{ translate('Edit Dynamic Popup') }}
@if ($errors->any())
@endif
@csrf @method('PUT')
{{ translate('Custom Dynamic Popup Information') }}
{{ translate('Browse')}}
{{ translate('Choose File') }}
btn_text_color == 'white') checked @endif>
btn_text_color == 'dark') checked @endif>
@if($dynamic_popup->id != 1)
@endif @if($dynamic_popup->id == 1)
@endif
Dynamic Popup
@endsection