{{ __('Blog Import/Export') }} @pushOnce('styles') @endPushOnce

{{ __('Blog Import/Export') }}

Export

{{ __( 'Import' ) }}

{{ __( 'Import File' ) }} You can upload only csv file and download sample csv file here. Click Here @if( count( $errors_data ) > 0 )

Import Errors

@foreach( $errors_data as $error_data )

{{ $error_data[ 'line_no' ] }}

@foreach( $error_data[ 'errors' ] as $error ) @if( isset( $error ) && !empty( $error ) && !is_null( $error ) ) {{ $error }} @endif @endforeach
@endforeach
@endif
@pushOnce('scripts') @endPushOnce