{{trans('general.edit')}} cliente
{!! Form::model($customer, ['method' => 'PATCH', 'url' => 'companies/'.$customer->id]) !!}
{!! Form::hidden('id', $customer->id) !!}
@include('companies.form', ['new' => false])
{!! Form::close() !!}