@include('dashboard.layouts.header')
@include('dashboard.layouts.modal-theme')
@include('dashboard.layouts.nav')
My Address
Id |
Name |
Description |
... |
@if (!empty($direcciones))
@foreach ($direcciones as $item)
{{ $loop->iteration }} |
{{ $item['desc'] }} |
{{ $item['detalle'] }} |
|
@endforeach
@else
{{ $mensaje }}
|
@endif
@include('dashboard.layouts.footer')