Module item page added purchase faq.
This commit is contained in:
parent
f372e3636e
commit
2d05fb84dc
@ -177,6 +177,13 @@
|
|||||||
@endif
|
@endif
|
||||||
@endpermission
|
@endpermission
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@if ($module->purchase_faq)
|
||||||
|
</br>
|
||||||
|
<div class="text-center">
|
||||||
|
<a href="#" id="button-purchase-faq">{{ trans('modules.tab.faq')}}</a>
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
<!-- /.box-footer -->
|
<!-- /.box-footer -->
|
||||||
</div>
|
</div>
|
||||||
@ -235,6 +242,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@if ($module->purchase_faq)
|
||||||
|
{!! $module->purchase_faq !!}
|
||||||
|
@endif
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@push('css')
|
@push('css')
|
||||||
@ -399,5 +410,11 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@if ($module->purchase_faq)
|
||||||
|
$(document).on('click', '#button-purchase-faq', function (e) {
|
||||||
|
$('.app-faq-modal').modal('show');
|
||||||
|
});
|
||||||
|
@endif
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
||||||
|
Loading…
x
Reference in New Issue
Block a user