@extends('admin.layouts.master') @section('title', 'Import Demo - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Import Demo') }} @endslot @slot('menu1') {{ __('Import Demo') }} @endslot @slot('button') @endcomponent
@if ($errors->any()) @endif
{{ __('Demo Import') }}
{{ __('adminstaticword.ImportantNote') }}
  • 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