{{$record->title }} |
@if ($record->is_active)
Activo
@else
Inactivo
@endif |
|
{{-- {!! Form::open([
'method' => 'PUT',
'route' => ['promos.update', $promo->id],
'style' => 'display:inline',
'class' => '',
]) !!}
{!! Form::submit('I/O', ['class' => 'btn btn-info btn-sm m-1']) !!}
{!! Form::close() !!} --}}
|
@endforeach