@foreach($clothes as $clothes) @endforeach
Назва Фото Дія
{!! $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() !!}