@php $default_language = getDefaultLang(); @endphp @extends('core::base.layouts.master') @section('title') {{ translate('CSV Import/Export') }} @endsection @section('custom_css') @endsection @section('main_content')
@csrf

{{ translate('Import') }}

{{ translate('All Posts') }}

{{ translate("Importing CSV Post May Take Some Time. Don't Close or Refresh this Page.") }}

{{ translate('Export') }}

{{ translate("Exporting CSV Post May Take Some Time. Don't Close or Refresh this Page.") }}

@includeIf('core::base.blog.csv-import-export.csv-doc-modal') @includeIf('core::base.blog.csv-import-export.wordpress-import-modal') @endsection @section('custom_scripts') @endsection