/home/brandsfa/www/storage/framework/views/40c4088b9690595e4272d8f71c6976e2.php
<?php
    use Illuminate\Support\Facades\Session;
?>


<?php $__env->startSection('title', translate('language_Translate')); ?>

<?php $__env->startPush('css_or_js'); ?>
    <link href="<?php echo e(dynamicAsset(path: 'public/assets/back-end/vendor/datatables/dataTables.bootstrap4.min.css')); ?>" rel="stylesheet">
<?php $__env->stopPush(); ?>

<?php $__env->startSection('content'); ?>
    <?php ($direction = Session::get('direction') === "rtl" ? 'right' : 'left'); ?>
    <div class="content container-fluid">
        <nav aria-label="breadcrumb" class="w-100"
             style="text-align: <?php echo e($direction); ?>;">
            <ol class="breadcrumb">
                <li class="breadcrumb-item"><a
                        href="<?php echo e(route('admin.dashboard.index')); ?>"><?php echo e(translate('dashboard')); ?></a>
                </li>
                <li class="breadcrumb-item" aria-current="page"><?php echo e(translate('language')); ?></li>
            </ol>
        </nav>

        <div class="row __mt-20">
            <div class="col-md-12">
                <div class="card" style="text-align: <?php echo e($direction); ?>;">
                    <div class="card-header">
                        <h5><?php echo e(translate('language_content_table')); ?></h5>
                        <a href="<?php echo e(route('admin.business-settings.language.index')); ?>"
                           class="btn btn-sm btn-danger btn-icon-split float-right">
                            <span class="text text-capitalize"><?php echo e(translate('back')); ?></span>
                        </a>
                    </div>
                    <div class="card-body">
                        <div class="table-responsive">
                            <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0">
                                <thead>
                                <tr>
                                    <th class="max-width-100px"><?php echo e(translate('SL')); ?></th>
                                    <th class="width-400px"><?php echo e(translate('key')); ?></th>
                                    <th class="max-width-300px"><?php echo e(translate('value')); ?></th>
                                    <th class="max-width-150px"><?php echo e(translate('auto_translate')); ?></th>
                                    <th class="max-width-150px"><?php echo e(translate('update')); ?></th>
                                </tr>
                                </thead>
                                <tbody>
                                    <tr>
                                        <td colspan="5" class="text-center">
                                            <i class="fa fa-spinner fa-spin"></i> <?php echo e(translate('Loading')); ?>...
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <span id="get-auto-translate-route-and-text" data-route="<?php echo e(route('admin.business-settings.language.auto-translate',[$lang])); ?>"
          data-success-text="<?php echo e(translate('key_translated_successfully')); ?>">
    </span>
    <span id="get-translate-route-and-text" data-route="<?php echo e(route('admin.business-settings.language.translate-submit',[$lang])); ?>"
          data-success-text="<?php echo e(translate('text_updated_successfully')); ?>">
    </span>
    <span id="get-data-table-route-and-text"
          data-route="<?php echo e(route('admin.business-settings.language.translate.list', ['lang'=>$lang])); ?>"
          data-page-length="<?php echo e(getWebConfig(name:'pagination_limit')); ?>"
          data-info="<?php echo e(translate('showing').' '.'_START_'.' '.translate('To').' '.'_END_'.' '.translate('of').' '.'_TOTAL_'.' '.translate('entries')); ?>"
          data-info-empty="<?php echo e(translate('showing').' '. 0 .translate('To').' '. 0 .' ' .translate('of').' '. 0 .' '.translate('entries')); ?>"
          data-info-filtered="<?php echo e(translate('filtered').' '.'_MAX_'.' '.translate('total_entries')); ?>"
          data-empty-table="<?php echo e(translate('no_data_found')); ?>"
          data-zero-records="<?php echo e(translate('no_matching_data_found')); ?>"
          data-search="<?php echo e(translate('search').':'); ?>"
          data-length-menu="<?php echo e(translate('show').'_MENU_'.translate('entries')); ?>"
          data-paginate-first="<?php echo e(translate('first')); ?>"
          data-paginate-last="<?php echo e(translate('last')); ?>"
          data-paginate-next="<?php echo e(translate('next')); ?>"
          data-paginate-previous="<?php echo e(translate('previous')); ?>"
    ></span>
<?php $__env->stopSection(); ?>

<?php $__env->startPush('script'); ?>

    <script src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/js/admin/business-setting/translate.js')); ?>"></script>
    <script src="<?php echo e(dynamicAsset(path: 'public/assets/back-end/vendor/datatables/dataTables.bootstrap4.min.js')); ?>"></script>
<?php $__env->stopPush(); ?>

<?php echo $__env->make('layouts.back-end.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/amkworld/public_html/resources/views/admin-views/business-settings/language/translate.blade.php ENDPATH**/ ?>