@extends('backend.layouts.app') @section('content')
{{ translate('Add New Dynamic Popup') }}
@if ($errors->any())
@endif
@csrf
{{ translate('Custom Dynamic Popup Information') }}
{{ translate('Browse')}}
{{ translate('Choose File') }}
Dynamic Popup
@endsection @section('script') @endsection