@extends('layouts.app') @section('content')
{{ \App\Helpers\TranslationHelper::transFromDatabase('Customers.ImportDescription', __('Import multiple customers from Excel file easily and effectively')) }}
{{ \App\Helpers\TranslationHelper::transFromDatabase('Customers.Step1Desc', __('Click on "Download Template" button to download the Excel file in the correct format')) }}
{{ \App\Helpers\TranslationHelper::transFromDatabase('Customers.Step2Desc', __('Add customers in rows below the table header. Follow the same order and format')) }}
{{ \App\Helpers\TranslationHelper::transFromDatabase('Customers.Step3Desc', __('Select the file from your device and click on "Browse Data"')) }}
{{ \App\Helpers\TranslationHelper::transFromDatabase('Customers.Step4Desc', __('Verify the data then click on "Import" to save customers')) }}
{{ \App\Helpers\TranslationHelper::transFromDatabase('Customers.DownloadDesc', __('Click the button below to download the import template')) }}
{{ \App\Helpers\TranslationHelper::transFromDatabase('Customers.DownloadTemplate', __('Download Excel Template')) }}{{ \App\Helpers\TranslationHelper::transFromDatabase('Customers.FacingProblemDesc', __('Make sure the file follows the same format as the downloaded template. If the problem persists, you can contact support.')) }}