{{ Form::model($item, [ 'route' => ['service.vps.custom.update', $item['rowid']], 'class' => 'form form-validate', 'id' => 'form-custom-plan', 'novalidate' , 'data-url' => route('service.vps.custom.price'), 'method' => 'PUT']) }}
Edit Your VPS Custom Plan
@include('services.vps.customForm')
{{ Form::close() }}