@include('dashboard.layouts.header')
@include('dashboard.layouts.modal-theme')
@include('dashboard.layouts.nav')
Mis direcciones
Id |
Nombre |
DescripciĆ³n |
... |
@if (!empty($direcciones))
@foreach ($direcciones as $item)
{{ $loop->iteration }} |
{{ $item['desc'] }} |
{{ $item['detalle'] }} |
|
@endforeach
@else
{{ $mensaje }}
|
@endif
@include('dashboard.layouts.footer')