{{ __('copy.invitation_csv_modal_message') }}

@if($csvTable && count($csvTable) > 0)
@foreach($csvTable as $k=>$line) @if($k==0) @foreach($line as $cell) @endforeach @elseif($k>0) @foreach($line as $cell) @if(!is_array($cell)) @else @endif @endforeach @endif @endforeach
{{Str::ucfirst($cell)}}
{!! $cell !!} {!! explode('||',$cell[0])[0] !!}
    @foreach($cell as $email)
  • {{ explode('||',$email)[1] }}
  • @endforeach

{{ __('copy.invitation_csv_result_modal.caption') }}

{!! __('labels.csv_invitations_states.already_member') !!} : {{ __('copy.invitation_csv_result_modal.already_member') }}

{!! __('labels.csv_invitations_states.homonym_found') !!} {{ __('copy.invitation_csv_result_modal.homonym_found') }}

{!! __('labels.csv_invitations_states.to_send') !!} : {{ __('copy.invitation_csv_result_modal.to_send') }}

@endif