@if ($direcciones->count())
@foreach ($direcciones as $item)
id == $direcciones->first()->id ?"checked": "" }}>
{{ $item->calles }}
{{ $item->numero_exterior ? "Num.".$item->numero_exterior:"" }}.
{{ $item->colonia }},C.P. {{ $item->codigo_postal }}. {{ $item->municipio }},
{{ $item->estado}}.
@endforeach
@else
@endif