{!! Form::label('id', 'Id:') !!}

{!! $clothes->id !!}

{!! Form::label('name', 'Назва:') !!}

{!! $clothes->name !!}

{!! Form::label('image', 'Фото:') !!}

{!! $clothes->image !!}

{!! Form::label('created_at', 'Створено:') !!}

{!! $clothes->created_at !!}

{!! Form::label('updated_at', 'Оновлено:') !!}

{!! $clothes->updated_at !!}