@include('partials.errors') @if (!empty($model)) {!! Form::model( $model, [ 'method' => 'PATCH', 'route' => ['campaign_dashboard_widgets.update', $model], 'data-shortcut' => '1' ] ) !!}