{{1 + $key}} |
{{$list->address_types}}:
{!! $list->address_1 != '' ? $list->address_1 . ',' : '' !!}
{!! $list->address_2 != '' ? $list->address_2 . ',' : '' !!}
{!! $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->pin_code != '' ? 'PIN/ZIP: ' . $list->pin_code . '' : '' !!}
|
{{ $list->priority }} |
is_default=='1' ? 'checked' : ''}}>
|
status=='1' ? 'checked' : ''}}>
|
@if(in_array('company-addresses-edit', $authRolePermissions))
|
@endif
@if(in_array('company-addresses-delete', $authRolePermissions))
|
@endif
@php $i++; @endphp
@endforeach
@else