@extends('layouts.app') @section('css') @endsection @section('content')
{{ __('Team Member') }} >> {{ __('Import Team Member') }}

{{ __('Your CSV data should be in the format below. The first line of your CSV file should be the column headers as in the table example. If an user does not have any role, admin role would be added by default. Also make sure that your file is UTF-8 to avoid unnecessary encoding problems.') }}

{{ __('Note') }}  {{ __('Duplicate email rows and team members with unmatched roles would not be imported') }}
{{ __('First Name') }}* {{ __('Last Name') }}* {{ __('Email') }}* {{ __('Password') }}* {{ __('Phone') }} {{ __('Role') }}* {{ __('Status') }}*
Michel Anam anam@test.com 123456789 01711223344 Admin Active
{{ __('Note') }} {{ __('Required field is mendatory') }}

{!! csrf_field() !!}
{{ __('Note') }} {{ __('Allowed File Extensions: csv') }}
{{ __('Cancel') }}
@endsection @section('js') @endsection