|
@@ -727,8 +727,8 @@ tbody, td, tfoot, th, thead, tr {
|
|
<strong style="font-size: 12px;">Australia</strong>
|
|
<strong style="font-size: 12px;">Australia</strong>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="box add_destination open_modal_page" data-url="{{route('modal-get',['name'=>'add_destination'])}}">
|
|
|
|
- <div class="flag_country">
|
|
|
|
|
|
+ <div class="box add_destination">
|
|
|
|
+ <div class="flag_country open_modal_page" data-title="Add Destination" data-url="{{route('modal-get',['name'=>'add_destination'])}}">
|
|
<i class="fa fa-plus" style="display: block; margin-bottom: 12px; color: #818084;"></i>
|
|
<i class="fa fa-plus" style="display: block; margin-bottom: 12px; color: #818084;"></i>
|
|
<strong style="font-size: 12px;">Add / Remove</strong>
|
|
<strong style="font-size: 12px;">Add / Remove</strong>
|
|
</div>
|
|
</div>
|
|
@@ -743,9 +743,12 @@ tbody, td, tfoot, th, thead, tr {
|
|
</div><!--end col-->
|
|
</div><!--end col-->
|
|
</div><!--end row-->
|
|
</div><!--end row-->
|
|
</div><!--end container-->
|
|
</div><!--end container-->
|
|
|
|
+
|
|
</section><!--end section-->
|
|
</section><!--end section-->
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
<script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
|
|
<script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
|
|
<!-- tobii js -->
|
|
<!-- tobii js -->
|
|
<script src="{{asset('web/js/tobii.min.js')}}"></script>
|
|
<script src="{{asset('web/js/tobii.min.js')}}"></script>
|
|
@@ -771,7 +774,7 @@ tbody, td, tfoot, th, thead, tr {
|
|
<script src="{{ asset('css/flatpickr/dist/flatpickr.min.js') }}"></script>
|
|
<script src="{{ asset('css/flatpickr/dist/flatpickr.min.js') }}"></script>
|
|
<script src="{{ asset('css/wait-me/waitMe.min.js')}}"></script>
|
|
<script src="{{ asset('css/wait-me/waitMe.min.js')}}"></script>
|
|
|
|
|
|
-
|
|
|
|
|
|
+ @include('web.layouts.modal')
|
|
<script>
|
|
<script>
|
|
function pop_up_msg(msg='No message specified', type='success', callback=null){
|
|
function pop_up_msg(msg='No message specified', type='success', callback=null){
|
|
new Noty({
|
|
new Noty({
|