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