@if(count($maps) > 0)
@foreach($maps as $map)

+{{ $map->number->number }}

@if($map->number->status)
{{ __('Active') }}
@else
{{ __('Inactive') }}
@endif
{{ __($types[$map->number->type]) }}
{{ __('Remove from Plan') }}
@endforeach
@endif {{ __('Add Numbers') }} {{ __('You can add more Shared or Private Buy Type Numbers using this form.') }}
{{ __('Added.') }} {{ __('Add') }}