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