@extends("front.layout.master") @php $sellerac = App\Store::where('user_id','=', $user->id)->first(); $ifadd = count(Auth::user()->addresses); @endphp @section('title', __('staticwords.ManageAddress') . ' | ') @section("body")
{{ count($user->addresses) }} {{ __('saved addresses') }}
{{ strip_tags($address->address) }}, {{ $ci }}, {{ $s }}, {{ $c }}@if(isset($address->pin_code)) — {{ $address->pin_code }}@endif
{{ __('Do you really want to delete this address? This process cannot be undone') }}.