{!! Form::model($notification, ['route' => ['notifications.update', $notification->id], 'method' => 'patch']) !!}
@include('notifications.fields')
{!! Form::close() !!}