@extends(get_view('pages.user.index')) @section('user.sidebar-my-addresses') active @endsection @section('user.content')
{{ $item->fullname }}
{{ $item->phone }}
{{ $item->country->name }}/{{ $item->city }}/{{ $item->district }} - {{ $item->postcode }}
{{ $item->address }}
{{ __('Lütfen yeni adres ekleyiniz') }}