{{-- Name: receiverList.partials.editList Author: Arto Laine Created: 2015-09-30 Updated by: Description: receiverList.partials.editList displays an receiver list for receiverList.edit --}} @extends('partials.box') @section($content_id) {!! Form::open(['method' => 'PUT', 'class' => 'form-horizontal editlist', 'route' => ['receiverlist.update', $receiver_list->id]]) !!}