@extends('admin.layouts.master') @section('title', 'Import Demo - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.DemoImport') }}

{{ __('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).")}}
{{ __('adminstaticword.DemoImport') }} :

@csrf
{{ __('adminstaticword.ResetDemo') }} :

@csrf
@endsection