@php $default_language = getDefaultLang(); @endphp @extends('core::base.layouts.master') @section('title') {{ translate('CSV Import/Export') }} @endsection @section('custom_css') @endsection @section('main_content')
@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