@extends('layouts.master') @section('title',__('Import Demo')) @section('breadcum') @endsection @section('maincontent')
@if ($errors->any()) @endif

{{ __('Demo Import') }}

{{ __('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).') }}
@csrf
@csrf
@endsection @section('script') @endsection