@if (isset($phone)) {{$phone->phoneType()->first()->name}} @else {{$phones_type[1]}} @endif
@foreach($phones_type as $id => $name)
{{$name}}
@endforeach
@if (isset($agency_id) && $agency_id != "")
@lang('Agregar')
@lang('Eliminar')
@else
@lang('Agregar')
@lang('Eliminar')
@endif
@if (isset($phone))
@else
@endif