@if($edit == true)
@if (count($automizy_contacts) > 0) @foreach ($automizy_contacts as $existing_contact) @endforeach @else @endif
@lang('app.id') @lang('app.email')
{{$existing_contact['id']}} {{$existing_contact['email']}}
@lang('app.no_data')
@if (count($new_contacts) > 0) @foreach ($new_contacts as $key => $new_contact) @endforeach @else @endif
@lang('app.id') @lang('app.email') @lang('app.action')
{{$key + 1}} {{$new_contact}} Add
@lang('app.no_data')
@endif
@section('scripts') @stop