@extends('layouts.app') @section('title','Translators Import') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('library-translators-export', $authRolePermissions)) @endif
@csrf @method('post')
Upload Translators From Excel

Note:

Duplicate records will not be saved.
If a record already exists, only that record will be skipped.

1. Translator Name (required):

Enter the full name (mandatory, unique).

@endsection @section('js') @endsection