@extends('installer::layouts.app') @section('title', installer_trans('Import')) @section('content')

{{ installer_trans('Import your database, some servers may not support this feature or have problems, so we recommend using manual Import if you encounter a problem with automatic Import.') }}

{{ installer_trans('Importing your database automatically, click import now') }}

@csrf
{{ installer_trans('Important Notice !') }} :

{{ installer_trans('Auto import is not supported on some servers, if you click import and you get 500 Error that means your server does not support it, please use the manual import.') }}

{{ installer_trans('Importing your database Manually, follow the steps') }}


{{ installer_trans('1 - Download the SQL file') }}
@csrf

{{ installer_trans('2 - Follow this steps') }}

{{ installer_trans('Check this video to know how you can import the database') }} :
https://www.youtube.com/watch?v=jW5lrS6EUPM&ab_channel=HostGator


{{ installer_trans('3 - After importing the database, click Skip to the next step') }}
@csrf
{{ installer_trans('Make sure you import the database before clicking skip to next step') }}
@endsection