@extends('layouts.master')
@section('title',__('Import Demo'))
@section('breadcum')
@endsection
@section('maincontent')
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
@endforeach
@endif
{{ __('Important Note') }}
-
{{ __('ON Click of import data your existing data will remove (except users & settings)') }}
-
{{ __('ON Click of reset data will reset your site (which you see after fresh install).') }}
@endsection
@section('script')
@endsection