@extends('layouts.admin.app') @section('title',translate('Restaurant Bulk Import')) @push('css_or_js') @endpush @section('content')
{{translate('messages.step_1')}}

{{translate('messages.download_excel_file')}}

{{translate('messages.step_2')}}

{{translate('messages.match_spread_sheet_data_according_to_instruction')}}

{{translate('messages.step_3')}}

{{translate('messages.validate_data_and_comple_import')}}

{{ translate('Instructions') }}

{{ translate('1. Download the format file and fill it with proper data.') }}

{{ translate('2. You can download the example file to understand how the data must be filled.') }}

{{ translate('3. Once you have downloaded and filled the format file, upload it in the form below and submit.Make sure the phone numbers and email addresses are unique.') }}

{{ translate('4. After uploading restaurants you need to edit them and set restaurants`s logo and cover.') }}

{{ translate('5. You can get category and zone id from their list, please input the right ids.') }}

{{ translate('6. You can upload your restaurant images in restaurant folder from gallery, and copy image`s path.') }}

{{ translate('7. Default password for restaurant is 12345678.') }}

{{ translate('8. Latitude must be a number between -90 to 90 and Longitude must a number between -180 to 180. Otherwise it will create server error') }}

@csrf

{{translate('messages.import_restaurants')}}

@endsection @push('script') @endpush