{{1 + $key}} |
{!! $list->address_types != '' ? $list->address_types . ':' : '' !!}
{!! $list->address_line1 != '' ? $list->address_line1 . ',' : '' !!}
{!! $list->address_line2 != '' ? $list->address_line2 . ',' : '' !!}
{!! $list->district_name != '' ? 'District: ' . $list->district_name . ', ' : '' !!}
{!! $list->taluka_name != '' ? 'Taluka: ' . $list->taluka_name . ', ' : '' !!}
{!! $list->country != '' ? 'Country: ' . $list->country . ', ' : '' !!}
{!! $list->state != '' ? 'State/Province: ' . $list->state . ', ' : '' !!}
{!! $list->city != '' ? 'City: ' . $list->city : '' !!},
{!! $list->post_code != '' ? 'PIN/ZIP: ' . $list->post_code . '' : '' !!}
|
{{ $list->priority }} |
is_default=='1' ? 'checked' : ''}}>
|
status=='1' ? 'checked' : ''}}>
|
@if(in_array('account-address-edit', $authRolePermissions))
|
@endif
@if(in_array('account-address-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else