1 <form action="{{ url('/watching/update') }}" method="POST">
3 {{ method_field('PUT') }}
4 <input type="hidden" name="type" value="{{ $entity->getMorphClass() }}">
5 <input type="hidden" name="id" value="{{ $entity->id }}">
9 class="icon-list-item text-link">
10 <span>@icon('watch')</span>
11 <span>{{ trans('entities.watch') }}</span>