@extends('layouts.admin') @section('content')

Футболки

@include('adminlte-templates::common.errors')
{!! Form::model($clothes, ['route' => ['clothes.update', $clothes->id], 'method' => 'patch']) !!} @include('clothes.fields') {!! Form::close() !!}
@endsection