File manager - Edit - /home/linknsbh/rassudr.online/resources/views/admin/advertisement/edit.blade.php
Back
<div class="modal fade" id="editModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLongTitle">{{ __('Edit Advertisement') }}</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <form id="ajaxEditForm" class="modal-form" action="{{ route('admin.advertise.update_advertisement') }}" method="post" enctype="multipart/form-data"> @csrf <input type="hidden" id="in_id" name="id"> <div class="form-group"> <label for="">{{ __('Advertisement Type') . '*' }}</label> <select name="ad_type" class="form-control edit-ad-type" id="in_ad_type"> <option disabled>{{ __('Select a Type') }}</option> <option value="banner">{{ __('Banner') }}</option> <option value="adsense">{{ __('Google AdSense') }}</option> </select> <p id="editErr_ad_type" class="mt-2 mb-0 text-danger em"></p> </div> <div class="form-group"> <label for="">{{ __('Advertisement Resolution') . '*' }}</label> <select name="resolution_type" class="form-control" id="in_resolution_type"> <option disabled>{{ __('Select a Resolution') }}</option> <option value="1">{{ __('300 x 250') }}</option> <option value="2">{{ __('300 x 600') }}</option> <option value="3">{{ __('728 x 90') }}</option> </select> <p id="editErr_resolution_type" class="mt-2 mb-0 text-danger em"></p> </div> <div class="form-group d-none" id="edit-image-input"> <label for="">{{ __('Image') . '*' }}</label> <br> <div class="thumb-preview"> <img src="" alt="advertisement image" class="in_image uploaded-img" id="add_image_preview"> </div> <div class="mt-3"> <div role="button" class="btn btn-primary btn-sm upload-btn"> {{ __('Choose Image') }} <input type="file" class="img-input" name="image"> </div> </div> <p class="mt-2 mb-0 text-danger em" id="editErr_image"></p> </div> <div class="form-group d-none" id="edit-url-input"> <label for="">{{ __('Redirect URL') . '*' }}</label> <input type="url" class="form-control" name="url" placeholder="{{ __('Enter Redirect URL') }}" id="in_url"> <p id="editErr_url" class="mt-2 mb-0 text-danger em"></p> </div> <div class="form-group d-none" id="edit-slot-input"> <label for="">{{ __('Ad Slot') . '*' }}</label> <input type="text" class="form-control" name="slot" placeholder="{{ __('Enter Ad Slot') }}" id="in_slot"> <p id="editErr_slot" class="mt-2 mb-0 text-danger em"></p> <p class="mt-2 mb-0"> <a href="//prnt.sc/1uwa420" target="_blank" class="redirect-link">{{ __('Click Here') }}</a> {{ __('to see where you can find the ad slot.') }} </p> </div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary btn-sm" data-dismiss="modal"> {{ __('Close') }} </button> <button id="updateBtn" type="button" class="btn btn-primary btn-sm"> {{ __('Update') }} </button> </div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.49 |
proxy
|
phpinfo
|
Settings