    /**
     * Determine whether the user can view the model.
     */
    public function view(User $user, {{ modelClass }} ${{ modelVariable }}): bool
    {
        //
    }
