diff --git a/resources/views/settings/import/instagram/home.blade.php b/resources/views/settings/import/instagram/home.blade.php new file mode 100644 index 000000000..ede74aea9 --- /dev/null +++ b/resources/views/settings/import/instagram/home.blade.php @@ -0,0 +1,34 @@ +@extends('settings.template') + +@section('section') + +
+

Import from Instagram

+
+
+
+
+

You can download an Instagram backup here.

+
+

Requirements:

+ +

Process:

+
    +
  1. Upload media.json file
  2. +
  3. Upload photos directory
  4. +
  5. Confirm each post
  6. +
  7. Import Data
  8. +
+
+ @csrf +

+ +

+
+
+ + +@endsection \ No newline at end of file