<!-- start not found-->
<div class="d-flex flex-column align-items-center justify-content-center w-100 mt-4" style="text-align: center;">
    <span class="mt-2" style="font-family: cairo; font-size: x-large; text-align: center; padding: 20px;">
        <%= i18n.__('common.noResultsFound') %>
    </span>

    <img src="../../../admin/app-assets/images/pages/404.png" alt="" style="width: 80%; height: auto; max-width: 100%; padding: 20px;">
</div>
<!-- end not found-->
