Nuevo turno
@foreach($turnos as $turno)
-
{{ $turno->nombre }}
— {{ $turno->apellido }}
— {{ $turno->dni }}
— {{ $turno->domicilio }}
(ID: {{ $turno->id_turnos }})
|
@if($turno->deleted_at == null)
Ver Más
|
Editar
@else
@endif
{{--Editar
--}}
@endforeach