@extends('admin.layouts.master') @section('title', 'Import Demo Content') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Import Demo Content') }}
{{ __('Important Note') }}
  • {{__('Please take Backup first.')}}
  • {{__('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).')}} {{__('Its erase your Demo data and give blank site.')}}
  • {{__('You get only placeholder images in demo data.')}}
  • {{__('Demo data refers to sample or placeholder data that is used for demonstration or testing purposes. It is used to show how LMS works, or to test the functionality of a LMS.')}}
@csrf
@csrf


@endsection @section('script') @endsection