Назва
Фото
Дія
@foreach($clothes as $clothes)
{!! $clothes->name !!}
{!! Form::open(['route' => ['clothes.destroy', $clothes->id], 'method' => 'delete']) !!}
{!! Form::button('
', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Ти впевнений?')"]) !!}
{!! Form::close() !!}
@endforeach