{!! $cita->nombre !!} |
{!! $cita->cliente_id !!} |
{!! $cita->servicios_id !!} |
{!! $cita->fecha_hora !!} |
{!! $cita->sala_id !!} |
{!! Form::open(['route' => ['citas.destroy', $cita->id], 'method' => 'delete']) !!}
{!! Form::button(' ', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}
|
@endforeach