@extends('admin.layouts.master-soyuz') @section('title',__('Create a Import Demo |')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Import') }} {{ __('Demo') }}
  • {{__("ON Click of import data your existing data like products,brands will remove except users,settings.")}}
  • {{__("ON Click of reset data will reset your site (which you see after fresh install).")}}
@csrf
@csrf
@endsection